Changeset 614
- Timestamp:
- 12/06/08 03:29:33 (6 months ago)
- Files:
-
- 1 modified
-
trunk/sm/mod_roster.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sm/mod_roster.c
r545 r614 90 90 os_free(os); 91 91 92 snprintf(filter, 4096, "(jid=%i:%s)", strlen(jid_full(item->jid)), jid_full(item->jid));93 94 92 if(item->ngroups == 0) { 95 93 storage_delete(user->sm->st, "roster-groups", jid_user(user->jid), filter);
