diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-01-10 22:19:16 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-01-10 22:19:16 +0100 |
commit | 4689d5f52b13bb6589a5164cd13ea89db794e651 (patch) | |
tree | 9a3c6534e1c43b5cc8fd8839c6d4694c399a5cc6 /nslcd/myldap.c | |
parent | eb86f8754b4f55b1794ed3e208ee9f55272c9c88 (diff) |
fix typo in comment
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1906 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/myldap.c')
-rw-r--r-- | nslcd/myldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/myldap.c b/nslcd/myldap.c index 2ed5ce3..753cc20 100644 --- a/nslcd/myldap.c +++ b/nslcd/myldap.c @@ -568,7 +568,7 @@ static int set_socket_timeout(LDAP *ld, time_t sec, suseconds_t usec) #ifdef LDAP_OPT_CONNECT_CB /* This function is called by the LDAP library once a connection was made to the server. We - set a timeout on the socket here, to catch netzwork timeouts during the ssl + set a timeout on the socket here, to catch network timeouts during the ssl handshake phase. It is configured with LDAP_OPT_CONNECT_CB. */ static int connect_cb(LDAP *ld, Sockbuf UNUSED(*sb), LDAPURLDesc UNUSED(*srv), struct sockaddr UNUSED(*addr), |