Changes in protocols/jabber/sasl.c [3b6eadc:ef5c185]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/sasl.c
r3b6eadc ref5c185 332 332 struct jabber_data *jd = ic->proto_data; 333 333 334 return ( (void*) ( jd->xt && jd->xt->root && xt_find_attr( jd->xt->root, "version" ) ) ) != NULL;335 } 334 return ( jd->xt && jd->xt->root && xt_find_attr( jd->xt->root, "version" ) ) != 0; 335 }
Note: See TracChangeset
for help on using the changeset viewer.