]> git.sur5r.net Git - openldap/commitdiff
ITS#6291 properly terminate responses with NSLCD_RESULT_END
authorHoward Chu <hyc@openldap.org>
Tue, 15 Sep 2009 00:59:57 +0000 (00:59 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 15 Sep 2009 00:59:57 +0000 (00:59 +0000)
contrib/slapd-modules/nssov/nssov.h

index 27c579e05fc136d5d545f2da04f7c1142d338b8d..f9767584dfd45735e08510d30b48f2c1989afb70 100644 (file)
@@ -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; \
   }