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

This commit is contained in:
Hallvard Furuseth 1999-08-16 02:24:16 +00:00
parent 0b26912e40
commit 5c15a5adeb

View file

@ -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