mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 01:29:18 -05:00
Check for slapi_filter_dup() success in nested filters
This commit is contained in:
parent
afc8ec976b
commit
c464b299d8
1 changed files with 2 additions and 0 deletions
|
|
@ -1401,6 +1401,8 @@ slapi_filter_dup( Slapi_Filter *filter )
|
|||
pFilter = pFilter->f_next, ppF = &f->f_next )
|
||||
{
|
||||
*ppF = slapi_filter_dup( pFilter );
|
||||
if ( *ppF == NULL )
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue