mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Ticket: #1914: src/mcserv.c: fixed break on unused parameter
This commit is contained in:
parent
f3b6436732
commit
c4776385bc
@ -1296,6 +1296,7 @@ register_port (int port, int abort_if_fail)
|
||||
exit (1);
|
||||
}
|
||||
#else
|
||||
(void) port;
|
||||
if (abort_if_fail) {
|
||||
fprintf (stderr,
|
||||
"This system lacks port registration, try using the -p\n"
|
||||
|
Loading…
Reference in New Issue
Block a user