ITS#6291 properly terminate responses with NSLCD_RESULT_END

This commit is contained in:
Howard Chu 2009-09-15 00:59:57 +00:00
parent 4b4db7b529
commit ed3260c2d6

View 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; \
}