mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 07:43:50 -05:00
Add missing break statement in switch for SLAPI_SEARCH_ATTRS handler
This commit is contained in:
parent
e24cc0589f
commit
0dd503a339
1 changed files with 1 additions and 0 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue