John C. Frickson il y a 10 ans
Parent
commit
7316533ff7
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      plugins/check_ldap.c

+ 1 - 2
plugins/check_ldap.c

@@ -329,8 +329,7 @@ process_arguments (int argc, char **argv)
 	}
 
 	while (1) {
-		c = getopt_long (argc, argv, "hvV234TS6t:c:w:H:b:p:a:D:P:C:W:", longopts, &option);
-		c = getopt_long (argc, argv, "hvV234TS6t:c:w:H:b:p:a:D:P:U:", longopts, &option);
+		c = getopt_long (argc, argv, "hvV234TS6t:c:w:H:b:p:a:D:P:U:C:W:", longopts, &option);
 
 		if (c == -1 || c == EOF)
 			break;