lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.9-2-g2a468fd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.9.9-2-g2a468fd



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  2a468fd0149d8088e66e025e7f2b7c2b7799e969 (commit)
      from  3760b43241b579406242961c551b9fb25b0c673b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/nss-pam-ldapd/commit/?id=2a468fd0149d8088e66e025e7f2b7c2b7799e969

commit 2a468fd0149d8088e66e025e7f2b7c2b7799e969
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sat Jul 21 15:25:09 2018 +0200

    Allow logging longer lines
    
    This increases the buffer that holds log messages so longer messages can
    be logged.
    
    Closes https://github.com/arthurdejong/nss-pam-ldapd/issues/26

diff --git a/nslcd/log.c b/nslcd/log.c
index 0676cf6..56426f8 100644
--- a/nslcd/log.c
+++ b/nslcd/log.c
@@ -230,7 +230,7 @@ void log_log(int pri, const char *format, ...)
 {
   int res;
   struct log_cfg *lst;
-  char buffer[200];
+  char buffer[512];
   va_list ap;
 #ifndef TLS
   char *sessionid, *requestid;

-----------------------------------------------------------------------

Summary of changes:
 nslcd/log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
nss-pam-ldapd
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/nss-pam-ldapd-commits/