Skip to content

Commit

Permalink
stats: Removed accidentally commited i_panic() in abb242d
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Feb 5, 2016
1 parent 800787d commit 0432583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stats/mail-session.c
Expand Up @@ -290,7 +290,6 @@ int mail_session_update_parse(const char *const *args, const char **error_r)
*error_r = t_strdup_printf("UPDATE-SESSION %s %s %s: stats shrank: %s",
session->user->name,
session->service, session->id, error);
i_panic("%s", *error_r);
return -1;
}
mail_session_refresh(session, diff_stats);
Expand Down

0 comments on commit 0432583

Please sign in to comment.