diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-17 12:51:12 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-17 12:51:12 +0000 |
commit | d6401710c0fd59a2ea500133944ee465cb65cacf (patch) | |
tree | 038ef66ced14b96f3c2f830d2c455d102598c95c /nslcd/ldap-nss.h | |
parent | a5b80c9e6e46a7fa24adab9846e7cf3f26f9077f (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.h | 7 |
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; }; |