diff src/gaimrc.c @ 1002:1d8f05ea6bdf

[gaim-migrate @ 1012] i don't even remember what happened. all good things, i hope committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 18 Oct 2000 02:38:18 +0000
parents fa681641643d
children 0a4d0ed65e17
line wrap: on
line diff
--- a/src/gaimrc.c	Mon Oct 16 20:14:18 2000 +0000
+++ b/src/gaimrc.c	Wed Oct 18 02:38:18 2000 +0000
@@ -442,7 +442,7 @@
 
         u->user_info[0] = 0;
 	u->options = OPT_USR_REM_PASS;
-	u->protocol = PROTO_TOC;
+	u->protocol = 0; /* PROTO_TOC */
 
         if (!fgets(buf, sizeof(buf), f))
                 return u;