From fb737703652bba6f6af50122f53f0c2348e5c75f Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 8 Oct 2009 21:00:42 +0000 Subject: 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 --- nss/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nss') 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); \ -- cgit v1.2.3