X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fuser_ops.c;h=e9f5b6d11e41f410d4731520a798bf1ddf56747e;hb=306d61522a4decb33c761969a3bd0df9ed696d14;hp=9c0952cce7602dde0db91f9558690f88da7dcee8;hpb=2dde14d96e580110ecd91b35d525db0db6649d92;p=citadel.git diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 9c0952cce..e9f5b6d11 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -728,9 +728,7 @@ void logout(void) purge_user(CCC->user.fullname); /* Free any output buffers */ - if (CCC->output_buffer != NULL) { - unbuffer_output(); - } + unbuffer_output(); } /*