Commit 2222e6bd authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move VCA_Shutdown() call to the main code

parent e7137ad3
......@@ -105,7 +105,6 @@ CLI_Run(void)
i = VCLS_Poll(cls, -1);
} while(i > 0);
VSL(SLT_CLI, 0, "EOF on CLI connection, worker stops");
VCA_Shutdown();
}
/*--------------------------------------------------------------------*/
......
......@@ -269,6 +269,7 @@ child_main(void)
CLI_Run();
VCA_Shutdown();
BAN_Shutdown();
STV_close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment