Skip to content
Snippets Groups Projects
Commit 0dd503a3 authored by Luke Howard's avatar Luke Howard
Browse files

Add missing break statement in switch for SLAPI_SEARCH_ATTRS handler

parent e24cc058
No related branches found
No related tags found
No related merge requests found
......@@ -690,6 +690,7 @@ pblock_get( Slapi_PBlock *pb, int param, void **value )
pblock_set_default( pb, param, (void *)attrs );
}
*((char ***)value) = attrs;
break;
}
case SLAPI_SEARCH_ATTRSONLY:
PBLOCK_ASSERT_OP( pb, 0 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment