Skip to content
Snippets Groups Projects
Commit b5c0bc26 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#7998 silence warning

parent 9e26c4e1
No related branches found
No related tags found
No related merge requests found
......@@ -139,9 +139,8 @@ noopsrch_response( Operation *op, SlapReply *rs )
ctrlsp[0] = ctrl;
ctrlsp[1] = NULL;
slap_add_ctrls( op, rs, ctrlsp );
return SLAP_CB_CONTINUE;
}
return SLAP_CB_CONTINUE;
}
static int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment