mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Clean up whitespace in previous commit
This commit is contained in:
parent
c3eb1dc82b
commit
dd7b1c39b1
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ) ) {
|
||||
|
|
|
|||
|
|
@ -1283,7 +1283,7 @@ static slap_verbmasks versionkey[] = {
|
|||
{ BER_BVNULL, 0 }
|
||||
};
|
||||
|
||||
int
|
||||
int
|
||||
slap_keepalive_parse(
|
||||
struct berval *val,
|
||||
void *bc,
|
||||
|
|
|
|||
Loading…
Reference in a new issue