parent
d8b752ff49
commit
346c0ac361
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ static void daemonLoop(char * * argv)
|
||||||
}, options);
|
}, options);
|
||||||
|
|
||||||
} catch (Interrupted & e) {
|
} catch (Interrupted & e) {
|
||||||
throw;
|
return;
|
||||||
} catch (Error & e) {
|
} catch (Error & e) {
|
||||||
printError(format("error processing connection: %1%") % e.msg());
|
printError(format("error processing connection: %1%") % e.msg());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue