Clean up whitespace in previous commit

This commit is contained in:
Quanah Gibson-Mount 2013-01-24 11:31:41 -08:00
parent c3eb1dc82b
commit dd7b1c39b1
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 ) ) {

View file

@ -1283,7 +1283,7 @@ static slap_verbmasks versionkey[] = {
{ BER_BVNULL, 0 }
};
int
int
slap_keepalive_parse(
struct berval *val,
void *bc,