From 63a3783c05732d89c4faa1f4519d7e83f26e2a5a Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 19 Apr 2009 13:51:47 +0000 Subject: clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NSLCD_RESULT_BEGIN git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@834 ef36b2f9-881f-0410-afb5-c4e39611909c --- nslcd/shadow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nslcd/shadow.c') diff --git a/nslcd/shadow.c b/nslcd/shadow.c index cbd9447..a8392f9 100644 --- a/nslcd/shadow.c +++ b/nslcd/shadow.c @@ -248,7 +248,7 @@ static int write_shadow(TFILE *fp,MYLDAP_ENTRY *entry,const char *requser) /* write the entries */ for (i=0;usernames[i]!=NULL;i++) { - WRITE_INT32(fp,NSLCD_RESULT_SUCCESS); + WRITE_INT32(fp,NSLCD_RESULT_BEGIN); WRITE_STRING(fp,usernames[i]); WRITE_STRING(fp,passwd); WRITE_INT32(fp,lastchangedate); -- cgit v1.2.3