Commit 2cdc4335 authored by Robert Schmidt's avatar Robert Schmidt

Telnet: softmodem exit cmd: do not stop config module

parent 600f46dd
...@@ -504,7 +504,6 @@ int proccmd_exit(char *buf, int debug, telnet_printfunc_t prnt) ...@@ -504,7 +504,6 @@ int proccmd_exit(char *buf, int debug, telnet_printfunc_t prnt)
{ {
if (debug > 0) if (debug > 0)
prnt("process module received %s\n",buf); prnt("process module received %s\n",buf);
end_configmodule();
exit_fun("telnet server received exit command\n"); exit_fun("telnet server received exit command\n");
return 0; return 0;
} }
......
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