Changes in protocols/msn/ns.c [088b070:2fe8297]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/ns.c
r088b070 r2fe8297 181 181 imcb_error(ic, "Error while reading from server"); 182 182 imc_logout(ic, TRUE); 183 g_free(bytes);184 183 return FALSE; 185 184 } … … 189 188 g_free(bytes); 190 189 191 return msn_handler(md); 190 /* Ignore ret == 0, it's already disconnected then. */ 191 msn_handler(md); 192 193 return TRUE; 194 192 195 } 193 196
Note: See TracChangeset
for help on using the changeset viewer.