diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-12 20:26:20 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-02-12 20:26:20 +1300 |
commit | 5ebe625399d5116e222d6389434f645e906265ec (patch) | |
tree | 91a48ae6564ed891a23b1f5de2f630185fd0b39d /storage_text.c | |
parent | a323a22773714a19254db34156500a67e5916451 (diff) | |
parent | 58bc4e69967a8feec0a60dfab716985191c12817 (diff) |
Merge
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 1bf2dcf3..f807cb3e 100644 --- a/storage_text.c +++ b/storage_text.c @@ -70,7 +70,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" ); |