Skip to content
Snippets Groups Projects
Commit 7c88b6f1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in last commit

parent e0eba072
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment