mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
ITS#2385 fix typo in comment terminator
This commit is contained in:
parent
26e6e44bec
commit
f23c71c03c
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ doargs(
|
|||
case 'f': /* slapd config file */
|
||||
g->slapd_configfile = strdup( optarg );
|
||||
break;
|
||||
case 'n': /* NT service name *.
|
||||
case 'n': /* NT service name */
|
||||
if ( g->serverName ) free( g->serverName );
|
||||
g->serverName = strdup( optarg );
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue