* Removed userspace buffering. Everyone has TCP_CORK or TCP_NOPUSH nowadays.
[citadel.git] / citadel / user_ops.c
index 9c0952cce7602dde0db91f9558690f88da7dcee8..e9f5b6d11e41f410d4731520a798bf1ddf56747e 100644 (file)
@@ -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();
 }
 
 /*