Sun, 01 Nov 2015 20:17:08 -0600
Fix compilation
FlapConnection (defined in libpurple/protocols/oscar/oscar.h) really
has no member "conn".
Reviewed-by: Richard Laager <rlaager@wiktel.com>
| libpurple/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/oscar/oscar.c Wed Oct 14 19:32:15 2015 -0700 +++ b/libpurple/protocols/oscar/oscar.c Sun Nov 01 20:17:08 2015 -0600 @@ -548,7 +548,7 @@ 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)