diff src/util.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 8f06476b1296
children 5bed3bc833b5
line wrap: on
line diff
--- a/src/util.c	Tue May 22 08:35:02 2001 +0000
+++ b/src/util.c	Tue May 22 09:05:21 2001 +0000
@@ -1183,7 +1183,7 @@
 	if (!u) {		/* new user */
 		u = g_new0(struct aim_user, 1);
 		g_snprintf(u->username, sizeof(u->username), "%s", name);
-		u->protocol = 0 /* PROTO_TOC */ ;
+		u->protocol = DEFAULT_PROTO;
 		aim_users = g_list_prepend(aim_users, u);
 	} else {		/* user already exists */
 		aim_users = g_list_remove(aim_users, u);