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:
parent
337f55166f
commit
5e0c75d609
4 changed files with 0 additions and 25 deletions
2
passt.c
2
passt.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue