mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Don't return garbage when plist is empty.
This commit is contained in:
parent
70fef3aab6
commit
25f2985024
1 changed files with 2 additions and 0 deletions
|
|
@ -313,6 +313,8 @@ bdb_drop_psearch( Operation *op, ber_int_t msgid )
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue