Commit dc7689ea authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Move VCA_Shutdown() call to the main code

parent 57cb0598
......@@ -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();
}
/*--------------------------------------------------------------------*/
......
......@@ -261,6 +261,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