aboutsummaryrefslogtreecommitdiffstats
path: root/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage.c')
-rw-r--r--storage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage.c b/storage.c
index 0ff2d34d..2788ba2a 100644
--- a/storage.c
+++ b/storage.c
@@ -120,7 +120,6 @@ storage_status_t storage_load (irc_t * irc, const char *password)
otr_load(irc);
return status;
}
-
if (status != STORAGE_NO_SUCH_USER)
return status;
}