/pidgin/main: c2588f1dcd10: Fix compilation

Bjoern Voigt bjoern at cs.tu-berlin.de
Sun Nov 1 21:17:15 EST 2015


Changeset: c2588f1dcd10f7c4f6c9ea8242658dff5c484513
Author:	 Bjoern Voigt <bjoern at cs.tu-berlin.de>
Date:	 2015-11-01 20:17 -0600
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/c2588f1dcd10

Description:

Fix compilation

FlapConnection (defined in libpurple/protocols/oscar/oscar.h) really
has no member "conn".

Reviewed-by: Richard Laager <rlaager at wiktel.com>

diffstat:

 libpurple/protocols/oscar/oscar.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/protocols/oscar/oscar.c b/libpurple/protocols/oscar/oscar.c
--- a/libpurple/protocols/oscar/oscar.c
+++ b/libpurple/protocols/oscar/oscar.c
@@ -548,7 +548,7 @@ flap_connection_established_bart(OscarDa
 static int
 flap_connection_established(OscarData *od, FlapConnection *conn, FlapFrame *fr, ...)
 {
-	conn->conn = TRUE;
+	conn->connected = TRUE;
 	purple_debug_info("oscar", "FLAP connection of type 0x%04hx is "
 			"now fully connected\n", conn->type);
 	if (conn->type == SNAC_FAMILY_LOCATE)



More information about the Commits mailing list