From dd7b1c39b1c764a4889635b7ac0326f313b27412 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 24 Jan 2013 11:31:41 -0800 Subject: [PATCH] Clean up whitespace in previous commit --- doc/man/man5/slapd-ldap.5 | 2 +- servers/slapd/back-ldap/bind.c | 2 +- servers/slapd/config.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man5/slapd-ldap.5 b/doc/man/man5/slapd-ldap.5 index 7b2ab181a2..98969e0511 100644 --- a/doc/man/man5/slapd-ldap.5 +++ b/doc/man/man5/slapd-ldap.5 @@ -429,7 +429,7 @@ The parameter sets the values of \fIidle\fP, \fIprobes\fP, and \fIinterval\fP used to check whether a socket is alive; .I idle -is the number of seconds a connection needs to remain idle before TCP +is the number of seconds a connection needs to remain idle before TCP starts sending keepalive probes; .I probes is the maximum number of keepalive probes TCP should send before dropping diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 45f228a282..f7643e70a6 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -717,7 +717,7 @@ ldap_back_prepare_conn( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_back_ } /* turn on network keepalive, if configured so */ - slap_client_keepalive(ld, &li->li_tls.sb_keepalive); + slap_client_keepalive(ld, &li->li_tls.sb_keepalive); #ifdef HAVE_TLS if ( LDAP_BACK_CONN_ISPRIV( lc ) ) { diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 117c3e489a..82571c230f 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1283,7 +1283,7 @@ static slap_verbmasks versionkey[] = { { BER_BVNULL, 0 } }; -int +int slap_keepalive_parse( struct berval *val, void *bc, -- 2.39.5