mirror of
https://github.com/clearml/dropbear
synced 2025-02-11 23:23:30 +00:00
Avoid unused argument warning when reexec is unused
This commit is contained in:
parent
12b094f0bf
commit
9124997602
@ -143,6 +143,7 @@ static void main_noinetd(int argc, char ** argv, const char* multipath) {
|
|||||||
|
|
||||||
(void)argc;
|
(void)argc;
|
||||||
(void)argv;
|
(void)argv;
|
||||||
|
(void)multipath;
|
||||||
|
|
||||||
/* Note: commonsetup() must happen before we daemon()ise. Otherwise
|
/* Note: commonsetup() must happen before we daemon()ise. Otherwise
|
||||||
daemon() will chdir("/"), and we won't be able to find local-dir
|
daemon() will chdir("/"), and we won't be able to find local-dir
|
||||||
|
Loading…
Reference in New Issue
Block a user