diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index f5cb75711b..c961425394 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -1842,7 +1842,7 @@ integerNormalize( { int negative; struct berval *newval; - char *p, *q; + char *p; p = val->bv_val;