diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-10-08 23:00:42 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-10-08 23:00:42 +0200 |
commit | fb737703652bba6f6af50122f53f0c2348e5c75f (patch) | |
tree | aee437a32cecfaf8aca777dc32eeeba742aae9bf /nss | |
parent | 736be032fde187f01a889cc6073881824d3a9a66 (diff) |
don't pass an empty parameter to a macro
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1002 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss')
-rw-r--r-- | nss/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/common.h b/nss/common.h index b0f2983..428d44e 100644 --- a/nss/common.h +++ b/nss/common.h @@ -147,7 +147,7 @@ if (fp==NULL) \ { \ /* open a new stream and write the request */ \ - NSLCD_REQUEST(fp,action,/* no writefn */); \ + NSLCD_REQUEST(fp,action,/* no writefn */;); \ } \ /* prepare for buffer errors */ \ tio_mark(fp); \ |