1
0
mirror of https://passt.top/passt synced 2024-06-30 23:12:39 +00:00

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:
Stefano Brivio 2021-04-22 15:21:56 +02:00
parent 1f7cf04d34
commit 9ffb317cf9

View File

@ -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);