- Timestamp:
- 2006-10-10T12:10:20Z (18 years ago)
- Branches:
- master
- Children:
- 58b5f62
- Parents:
- a21a8ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/presence.c
ra21a8ac r8eb10c9 42 42 serv_got_crap( gc, "WARNING: Ignoring presence tag with bare JID: %s\n", s ); 43 43 g_free( s ); 44 return XT_HANDLED; 44 45 } 45 46 … … 82 83 serv_got_crap( gc, "WARNING: Ignoring presence tag with bare JID: %s\n", s ); 83 84 g_free( s ); 85 return XT_HANDLED; 84 86 } 85 87
Note: See TracChangeset
for help on using the changeset viewer.