Small bug in error message

Initial
Stephane Bortzmeyer 20 years ago
parent 59fd2fa1ed
commit ccf3ab5b5c

@ -80,7 +80,7 @@ init (const int argc, const char **argv,
else if (!strcmp (scope_string, "ONE")) else if (!strcmp (scope_string, "ONE"))
scope = LDAP_SCOPE_ONELEVEL; scope = LDAP_SCOPE_ONELEVEL;
else else
err_quit ("Invalid scope \"%s\"", scope); err_quit ("Invalid scope \"%s\"", scope_string);
} }
return "ldap"; return "ldap";
} }

Loading…
Cancel
Save