diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-24 12:28:13 +1300 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-01-24 12:28:13 +1300 |
commit | 9fae35c9cf2d5a319623946705e5d7179ea5c338 (patch) | |
tree | c489bfe332588c4fb918b4759c3f89f8b4c0a75f /storage_text.c | |
parent | 7308b63f3300d5b2a326edfde6c50a18bc05e3e5 (diff) | |
parent | 68c7c145c281fe3ae734b345bf133d70d1ef8652 (diff) |
Merge from 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 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" ); |