Changeset 3582

Show
Ignore:
Timestamp:
08/22/08 15:45:34 (3 months ago)
Author:
bellmich
Message:

fixed lost username

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/syncml/src/syncml_common.c

    r3579 r3582  
    553553        if (auth) { 
    554554                const char *value = NULL; 
    555                 osync_plugin_authentication_get_username(auth); 
     555                value = osync_plugin_authentication_get_username(auth); 
    556556                if (value != NULL && strlen(value) == 0) 
    557557                        value = NULL;