mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#251: Remove 1st "u" (old UDP option) from getopt()
This commit is contained in:
parent
0b26912e40
commit
5c15a5adeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue