passt: Don't unconditionally disable forking to background
...I left this there by mistake while debugging the debug stuff. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
1f7cf04d34
commit
9ffb317cf9
1 changed files with 1 additions and 1 deletions
2
passt.c
2
passt.c
|
@ -698,7 +698,7 @@ int main(int argc, char **argv)
|
|||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
#if DEBUG || 1
|
||||
#if DEBUG
|
||||
openlog("passt", LOG_PERROR, LOG_DAEMON);
|
||||
#else
|
||||
openlog("passt", 0, LOG_DAEMON);
|
||||
|
|
Loading…
Reference in a new issue