lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.7-4-g53f797b

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

nss-pam-ldapd branch master updated. 0.9.7-4-g53f797b



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  53f797bf8a5433d68b21023fbd960ba79385be54 (commit)
      from  c12cd14456e106c60bfcac6e9d3c4da43d89c5a8 (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 -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=53f797bf8a5433d68b21023fbd960ba79385be54

commit 53f797bf8a5433d68b21023fbd960ba79385be54
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Tue Feb 7 21:41:59 2017 +0100

    Exit with 0 when stopping nslcd
    
    When receiving a signal this will result in nslcd returning with a
    success exit code.
    
    Thanks Stanislav Moravec for pointing this out.

diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index 02af88e..ed44a84 100644
--- a/nslcd/nslcd.c
+++ b/nslcd/nslcd.c
@@ -894,5 +894,5 @@ int main(int argc, char *argv[])
       log_log(LOG_ERR, "thread %d is still running, shutting down anyway", i);
   }
   /* we're done */
-  return EXIT_FAILURE;
+  return EXIT_SUCCESS;
 }

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

Summary of changes:
 nslcd/nslcd.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/