diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-10 22:35:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-01-10 22:35:08 +0100 |
commit | 8e419cb4f86679636b2d96618e1bec4853636c11 (patch) | |
tree | b7514f0bd06ce2a1f5290c53552c692698091d2b /storage_text.c | |
parent | 3e91c3ec7d6426c4c2819e78275f935e1a7fce2c (diff) | |
parent | dd8d4c5243eea91dd3b0709ae76abdd3743e99bc (diff) |
Merge Wilmer
Diffstat (limited to 'storage_text.c')
-rw-r--r-- | storage_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage_text.c b/storage_text.c index 54905440..d6920c64 100644 --- a/storage_text.c +++ b/storage_text.c @@ -78,7 +78,7 @@ static storage_status_t text_load ( const char *my_nick, const char* password, i FILE *fp; user_t *ru = user_find( irc, ROOT_NICK ); - if( irc->status == USTATUS_IDENTIFIED ) + if( irc->status >= USTATUS_IDENTIFIED ) return( 1 ); g_snprintf( s, 511, "%s%s%s", global.conf->configdir, my_nick, ".accounts" ); |