[Date Prev][Date Next] [Chronological] [Thread] [Top]

getopt typo in main.c (ITS#251)



Full_Name: Christian Forster
Version: 2.0-alpha
OS: Linux
URL: 
Submission from: (NULL) (131.188.28.42)


The file ldap/servers/slapd/main.c contains a small typo. Here's the fix:

--- main.c      Sat Aug 14 14:42:29 1999
+++ main.c-patched      Sat Aug 14 14:42:21 1999
@@ -194,7 +194,7 @@
 #endif
 
        while ( (i = getopt( argc, argv,
-                            "d:f:h:p:s:u"
+                            "d:f:h:p:s:u:"
 #ifdef LOG_LOCAL4
                             "l:"
 #endif