]> git.sur5r.net Git - openldap/commitdiff
Clean up whitespace in previous commit
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 24 Jan 2013 19:31:41 +0000 (11:31 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 24 Jan 2013 19:31:41 +0000 (11:31 -0800)
doc/man/man5/slapd-ldap.5
servers/slapd/back-ldap/bind.c
servers/slapd/config.c

index 7b2ab181a2b7cce4b75849886d2754ba750b2abc..98969e0511a029bb2f06488604f4de256df95999 100644 (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
index 45f228a2824c2a6145b94dd583db241449d4a8da..f7643e70a65eedbf6042af1a0fe1d798ea65faeb 100644 (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 ) ) {
index 117c3e489aae07ac64adb1069cdcf75357243e27..82571c230f961014a6c86615d107ce92ba23e2f9 100644 (file)
@@ -1283,7 +1283,7 @@ static slap_verbmasks versionkey[] = {
        { BER_BVNULL, 0 }
 };
 
-int 
+int
 slap_keepalive_parse(
        struct berval *val,
        void *bc,