diff --git a/svr.js b/svr.js index 62369c6..0c9e52b 100644 --- a/svr.js +++ b/svr.js @@ -4922,7 +4922,7 @@ function start(init) { } else if (line == "\x14KILLREQ") { if(reqcounter - reqcounterKillReq < 2) { process.send("\x12KILLTERMMSG"); - process.nextTick(commands.stop()); + process.nextTick(commands.stop); } else { reqcounterKillReq = reqcounter; } diff --git a/views.txt b/views.txt index 8e2afd3..573541a 100644 --- a/views.txt +++ b/views.txt @@ -1 +1 @@ -17 \ No newline at end of file +0