libpurple/protocols/oscar/oscar.c

branch
release-2.x.y
changeset 37247
d8de636e63df
parent 36256
a437550a9308
child 37391
c2588f1dcd10
--- a/libpurple/protocols/oscar/oscar.c	Thu Oct 08 12:50:16 2015 +0200
+++ b/libpurple/protocols/oscar/oscar.c	Wed Oct 14 19:32:15 2015 -0700
@@ -548,6 +548,7 @@
 static int
 flap_connection_established(OscarData *od, FlapConnection *conn, FlapFrame *fr, ...)
 {
+	conn->conn = TRUE;
 	purple_debug_info("oscar", "FLAP connection of type 0x%04hx is "
 			"now fully connected\n", conn->type);
 	if (conn->type == SNAC_FAMILY_LOCATE)

mercurial