summaryrefslogtreecommitdiff
path: root/nslcd/ldap-nss.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-01-17 12:51:12 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-01-17 12:51:12 +0000
commitd6401710c0fd59a2ea500133944ee465cb65cacf (patch)
tree038ef66ced14b96f3c2f830d2c455d102598c95c /nslcd/ldap-nss.h
parenta5b80c9e6e46a7fa24adab9846e7cf3f26f9077f (diff)
get rid of more code that would check if the socket was changed from under us by our caller
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@219 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-nss.h')
-rw-r--r--nslcd/ldap-nss.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/nslcd/ldap-nss.h b/nslcd/ldap-nss.h
index e4d4eb1..8322a73 100644
--- a/nslcd/ldap-nss.h
+++ b/nslcd/ldap-nss.h
@@ -4,8 +4,8 @@
forked into the nss-ldapd library.
Copyright (C) 1997-2005 Luke Howard
- Copyright (C) 2006 West Consulting
- Copyright (C) 2006 Arthur de Jong
+ Copyright (C) 2006, 2007 West Consulting
+ Copyright (C) 2006, 2007 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
@@ -269,9 +269,6 @@ struct ldap_session
time_t ls_timestamp;
/* has session been connected? */
enum ldap_session_state ls_state;
- /* keep track of the LDAP sockets */
- struct sockaddr_storage ls_sockname;
- struct sockaddr_storage ls_peername;
/* index into ldc_uris: currently connected DSA */
int ls_current_uri;
};