mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
ITS#6291 properly terminate responses with NSLCD_RESULT_END
This commit is contained in:
parent
4b4db7b529
commit
ed3260c2d6
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ int pam_pwmod(nssov_info *ni,TFILE *fp,Operation *op);
|
|||
/* do the internal search */ \
|
||||
op->o_bd->be_search( op, &rs ); \
|
||||
filter_free_x( op, op->ors_filter, 1 ); \
|
||||
WRITE_INT32(fp,NSLCD_RESULT_END); \
|
||||
return 0; \
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue