diff --git a/server/core/gateway.c b/server/core/gateway.c index 0b6fadd6a..6f07e4895 100644 --- a/server/core/gateway.c +++ b/server/core/gateway.c @@ -1079,7 +1079,7 @@ int main(int argc, char **argv) } } - while ((opt = getopt_long(argc, argv, "dc:f:l:vVs:S:?L:D:C:B:U:A:P:G:", + while ((opt = getopt_long(argc, argv, "dc:f:l:vVs:S:?L:D:C:B:U:A:P:G:N:", long_options, &option_index)) != -1) { bool succp = true;