Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd')
-rw-r--r--nslcd/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/common.h b/nslcd/common.h
index 7c3ea1d..be54ddc 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -279,7 +279,7 @@ int nslcd_usermod(TFILE *fp, MYLDAP_SESSION *session, uid_t calleruid);
/* prepare the search filter */ \
if (mkfilter) \
{ \
- log_log(LOG_ERR, "nslcd_" __STRING(db) "_" __STRING(fn) \
+ log_log(LOG_ERR, "nslcd_" __STRING(db) "_" __STRING(fn) \
"(): filter buffer too small"); \
return -1; \
} \