1
0
Fork 0
mirror of https://passt.top/passt synced 2025-06-13 11:05:34 +02:00

passt: Drop PASST_LEGACY_NO_OPTIONS sections

...nobody uses those builds anymore.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-02-22 18:42:51 +01:00
parent 337f55166f
commit 5e0c75d609
4 changed files with 0 additions and 25 deletions

View file

@ -309,9 +309,7 @@ int main(int argc, char **argv)
struct sigaction sa;
char *log_name;
#ifndef PASST_LEGACY_NO_OPTIONS
check_root();
#endif
drop_caps();
c.pasta_userns_fd = c.pasta_netns_fd = c.fd_tap = c.fd_tap_listen = -1;