Increased the load average before strangling the server. Its now 10.00
[citadel.git] / citadel / file_ops.c
index 21b7dfe835dcf60d390971b43c9f6cf3cd4663b9..b81ba6bed243fdcbea64209a1798cfba23d6c5a4 100644 (file)
@@ -549,7 +549,7 @@ void cmd_clos(char *cmdbuf)
 /*
  * abort an upload
  */
-void abort_upl(struct CitContext *who)
+void abort_upl(CitContext *who)
 {
        if (who->upload_fp != NULL) {
                fclose(who->upload_fp);