mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
Fix typo in last commit
This commit is contained in:
parent
e0eba07244
commit
7c88b6f191
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ slap_init( int mode, char *name )
|
|||
case SLAP_TOOL_MODE:
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
"%s init: initiated %s.\n", name,
|
||||
(mode & SLAP_MODE) == SLAPD_TOOL_MODE ? "tool" : "server",
|
||||
(mode & SLAP_MODE) == SLAP_TOOL_MODE ? "tool" : "server",
|
||||
0 );
|
||||
|
||||
slap_name = name;
|
||||
|
|
|
|||
Loading…
Reference in a new issue