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

Re: getopt typo in main.c (ITS#251)



Christian Forster writes:
> 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:"

Thanks.  Fixed in -devel.
Actually the fix was to remove the "u", it was an old option.
The `real' "u:" occurs further down.

-- 
Hallvard