Changeset 570
- Timestamp:
- 11/05/08 00:08:08 (6 months ago)
- Files:
-
- 1 modified
-
trunk/sm/mod_roster_publish.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sm/mod_roster_publish.c
r474 r570 220 220 log_debug(ZONE, "publishing roster for %s",jid_user(user->jid)); 221 221 /* get published roster */ 222 if( storage_get(user->sm->st, "published-roster", NULL, NULL, &os) == st_SUCCESS ) {222 if( storage_get(user->sm->st, "published-roster", "", NULL, &os) == st_SUCCESS ) { 223 223 if(os_iter_first(os)) { 224 224 /* iterate on published roster */
