validator:

fix one_pass: leave main loop even if we did_something
This commit is contained in:
Bernd Machenschalk 2013-05-28 14:55:25 +02:00
parent 2f6d140c56
commit d67776a93c
1 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@ int main_loop() {
daemon_sleep(sleep_interval);
#endif
}
if (one_pass) break;
}
return 0;
}