Small cast forgotten

MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent 8ce9e94775
commit 4e0eebfeb8

@ -76,7 +76,7 @@ init(const int argc, const char **argv,
if (request == NULL || !strcmp(request, ""))
request = "(objectclass=*)";
if (scope_string != NULL) {
scope_string = to_upper(scope_string);
scope_string = (char *)to_upper(scope_string);
if (!strcmp(scope_string, "BASE"))
scope = LDAP_SCOPE_BASE;
else if (!strcmp(scope_string, "SUB"))

Loading…
Cancel
Save