Skip to content
Snippets Groups Projects
Commit 5c15a5ad authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

ITS#251: Remove 1st "u" (old UDP option) from getopt()

parent 0b26912e
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ int main( int argc, char **argv )
#endif
while ( (i = getopt( argc, argv,
"d:f:h:p:s:u"
"d:f:h:p:s:"
#ifdef LOG_LOCAL4
"l:"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment