diff src/gaimrc.c @ 1878:75643b9f4261

[gaim-migrate @ 1888] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 22 May 2001 09:05:21 +0000
parents 4dbd8533d209
children a02584b98823
line wrap: on
line diff
--- a/src/gaimrc.c	Tue May 22 08:35:02 2001 +0000
+++ b/src/gaimrc.c	Tue May 22 09:05:21 2001 +0000
@@ -471,7 +471,7 @@
 
 	u->user_info[0] = 0;
 	u->options = OPT_USR_REM_PASS;
-	u->protocol = PROTO_TOC;
+	u->protocol = DEFAULT_PROTO;
 
 	if (!fgets(buf, sizeof(buf), f))
 		return u;