src/multi.c

changeset 1153
1a4d7785bf8f
parent 1124
b60f98b2c76e
child 1172
5c0e6410a272
--- a/src/multi.c	Tue Nov 28 02:22:42 2000 +0000
+++ b/src/multi.c	Tue Nov 28 04:12:06 2000 +0000
@@ -55,7 +55,8 @@
 	gc->prpl = find_prpl(user->protocol);
 	g_snprintf(gc->username, sizeof(gc->username), "%s", user->username);
 	g_snprintf(gc->password, sizeof(gc->password), "%s", user->password);
-	gc->keepalive = -1;
+	gc->options = user->options;
+	gc->keepalive = 0;
 	gc->inpa = -1;
 	gc->buddy_chats = NULL;
 	gc->groups = NULL;

mercurial