Add missing break statement in switch for SLAPI_SEARCH_ATTRS handler

This commit is contained in:
Luke Howard 2005-08-08 03:39:00 +00:00
parent e24cc0589f
commit 0dd503a339

View file

@ -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 );