aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/sledjchisl/sledjchisl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 21e69f4..9530844 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -7402,7 +7402,6 @@ void account_html(char *file, reqData *Rd, HTMLfile *thisFile)
7402 7402
7403static void cleanup(void) 7403static void cleanup(void)
7404{ 7404{
7405// TODO - not sure why, but this gets called twice on quitting sometimes.
7406 C("Caught signal, or quitting, cleaning up."); 7405 C("Caught signal, or quitting, cleaning up.");
7407 7406
7408 char *cmd = xmprintf("%s/sledjchisl.socket", scRun); 7407 char *cmd = xmprintf("%s/sledjchisl.socket", scRun);
@@ -8570,6 +8569,4 @@ finished:
8570 8569
8571 puts("This is the end my friend."); 8570 puts("This is the end my friend.");
8572 fflush(stdout); 8571 fflush(stdout);
8573
8574 cleanup();
8575} 8572}