diff options
Diffstat (limited to 'nss/common.h')
-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) \ |