diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-19 08:51:08 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-19 08:51:08 +0000 |
commit | 20e4b325d8e17dfe87c7e6c1df1686f41a678c7c (patch) | |
tree | 663b88d999f707788d4bd4687b203c39aa904a93 | |
parent | 1b908ebe30f8a2b55ed102078ee8178182c8c277 (diff) |
fix bug: the readfn() function was executed twice
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@100 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nss/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nss/common.h b/nss/common.h index f985aed..8255035 100644 --- a/nss/common.h +++ b/nss/common.h @@ -96,7 +96,6 @@ enum nss_status nslcd2nss(int code); READ_RESPONSEHEADER(fp,action); \ /* read response */ \ READ_RESPONSE_CODE(fp); \ - readfn(fp,result,buffer,buflen,errnop); \ retv=readfn(fp,result,buffer,buflen,errnop); \ /* close socket and we're done */ \ if (retv==NSS_STATUS_SUCCESS) \ |