Changeset 570

Show
Ignore:
Timestamp:
11/05/08 00:08:08 (6 months ago)
Author:
smoku
Message:

Removed NULL user storage_get

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sm/mod_roster_publish.c

    r474 r570  
    220220        log_debug(ZONE, "publishing roster for %s",jid_user(user->jid)); 
    221221        /* 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 ) { 
    223223            if(os_iter_first(os)) { 
    224224                /* iterate on published roster */