diff src/protocols/oscar/chat.c @ 10267:9cafe038c95e

[gaim-migrate @ 11413] This is some white-space cleanup for oscar, and send an empty channel 4 FLAP when disconnecting. This would have hopefully fixed the problem Luke was seeing where his AIM account wasn't being signed offline for a few hours. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 26 Nov 2004 03:52:00 +0000
parents 92cbf9713795
children 361c9170d8af
line wrap: on
line diff
--- a/src/protocols/oscar/chat.c	Fri Nov 26 02:57:23 2004 +0000
+++ b/src/protocols/oscar/chat.c	Fri Nov 26 03:52:00 2004 +0000
@@ -107,7 +107,7 @@
 	if (!(conn = aim_chat_getconn(sess, name)))
 		return -ENOENT;
 
-	aim_conn_close(conn);
+	aim_conn_close(sess, conn);
 
 	return 0;
 }