nss-pam-ldapd commit: r1897 - nss-pam-ldapd/compat
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1897 - nss-pam-ldapd/compat
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1897 - nss-pam-ldapd/compat
- Date: Sat, 5 Jan 2013 16:44:22 +0100 (CET)
Author: arthur
Date: Sat Jan 5 16:44:21 2013
New Revision: 1897
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1897&view=revision
Log:
remove not needed define
Modified:
nss-pam-ldapd/compat/ldap_initialize.c
Modified: nss-pam-ldapd/compat/ldap_initialize.c
==============================================================================
--- nss-pam-ldapd/compat/ldap_initialize.c Sat Jan 5 16:36:50 2013
(r1896)
+++ nss-pam-ldapd/compat/ldap_initialize.c Sat Jan 5 16:44:21 2013
(r1897)
@@ -1,7 +1,7 @@
/*
ldap_initialize.c - replacement function for ldap_initialize()
- Copyright (C) 2009, 2012 Arthur de Jong
+ Copyright (C) 2009, 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
@@ -21,9 +21,6 @@
#include "config.h"
-/* also include deprecated LDAP functions for now */
-#define LDAP_DEPRECATED 1
-
#include <stdlib.h>
#include <string.h>
#include <strings.h>
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1897 - nss-pam-ldapd/compat,
Commits of the nss-pam-ldapd project