This commit is contained in:
netblue30 2015-08-27 15:00:23 -04:00
parent 53fd3c71ab
commit ce8729c360

View file

@ -999,7 +999,7 @@ int main(int argc, char **argv) {
// if a sandbox is already running, start the program directly without sandboxing
int rv = check_kernel_procs();
if (rv) {
if (rv == 0) {
run_no_sandbox(argc, argv);
// it will never get here!
assert(0);