From: Howard Chu Date: Tue, 15 Sep 2009 00:59:57 +0000 (+0000) Subject: ITS#6291 properly terminate responses with NSLCD_RESULT_END X-Git-Tag: ACLCHECK_0~220 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed3260c2d6f388ef3cb3476747dd27730c8bdf8a;p=openldap ITS#6291 properly terminate responses with NSLCD_RESULT_END --- diff --git a/contrib/slapd-modules/nssov/nssov.h b/contrib/slapd-modules/nssov/nssov.h index 27c579e05f..f9767584df 100644 --- a/contrib/slapd-modules/nssov/nssov.h +++ b/contrib/slapd-modules/nssov/nssov.h @@ -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; \ }