diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-21 13:24:59 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-05-21 13:24:59 +0200 |
commit | 93f8aa6e04b76a23b0409e3a73b86e7fd318377d (patch) | |
tree | 0351e870cbd4d09547a3c2dcd68742574dd90215 /nslcd/ether.c | |
parent | ba6e3033a966572a9b44eaae8d0284ca33204583 (diff) |
refactor protocol reading and writing macros to the common directory, use more logical names and in the PAM module no longer use NSS status codes
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@887 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ether.c')
-rw-r--r-- | nslcd/ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/ether.c b/nslcd/ether.c index 7133719..aee7d53 100644 --- a/nslcd/ether.c +++ b/nslcd/ether.c @@ -171,7 +171,7 @@ NSLCD_HANDLE( ether,byname, char name[256]; char filter[1024]; - READ_STRING_BUF2(fp,name,sizeof(name));, + READ_STRING(fp,name);, log_log(LOG_DEBUG,"nslcd_ether_byname(%s)",name);, NSLCD_ACTION_ETHER_BYNAME, mkfilter_ether_byname(name,filter,sizeof(filter)), |