/pidgin/main: c2588f1dcd10: Fix compilation
Bjoern Voigt <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: c2588f1dcd10f7c4f6c9ea8242658dff5c484513 Author: Bjoern Voigt <[email protected]> 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 <[email protected]> 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) _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits