Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2000-05-15 16:53:05 +00:00
parent e0eba07244
commit 7c88b6f191

View file

@ -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;