lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1892 - nss-pam-ldapd/nslcd

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

nss-pam-ldapd commit: r1892 - nss-pam-ldapd/nslcd



Author: arthur
Date: Tue Jan  1 13:43:54 2013
New Revision: 1892
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1892&view=revision

Log:
fix setting restart option log message (fixes r1889)

Modified:
   nss-pam-ldapd/nslcd/myldap.c

Modified: nss-pam-ldapd/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd/nslcd/myldap.c        Sun Dec 30 23:14:16 2012        (r1891)
+++ nss-pam-ldapd/nslcd/myldap.c        Tue Jan  1 13:43:54 2013        (r1892)
@@ -5,7 +5,7 @@
 
    Copyright (C) 1997-2006 Luke Howard
    Copyright (C) 2006, 2007 West Consulting
-   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
+   Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arthur de Jong
 
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -670,7 +670,7 @@
           nslcd_cfg->referrals ? "LDAP_OPT_ON" : "LDAP_OPT_OFF");
   LDAP_SET_OPTION(session->ld, LDAP_OPT_REFERRALS,
                   nslcd_cfg->referrals ? LDAP_OPT_ON : LDAP_OPT_OFF);
-  log_log(LOG_DEBUG, "ldap_set_option(LDAP_OPT_RESTART,%s)", LDAP_OPT_ON);
+  log_log(LOG_DEBUG, "ldap_set_option(LDAP_OPT_RESTART,LDAP_OPT_ON)");
   LDAP_SET_OPTION(session->ld, LDAP_OPT_RESTART, LDAP_OPT_ON);
 #ifdef LDAP_OPT_CONNECT_CB
   /* register a connection callback */
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/