Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
15111229
Commit
15111229
authored
Jan 24, 2013
by
Ted C. Cheng
Committed by
Quanah Gibson-Mount
Jan 26, 2013
Browse files
Removed #if 0 code block
parent
ae74fa10
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/config.c
View file @
15111229
...
...
@@ -1989,20 +1989,6 @@ slap_client_connect( LDAP **ldp, slap_bindconf *sb )
/* setting network keepalive options */
slap_client_keepalive
(
ld
,
&
sb
->
sb_keepalive
);
#if 0
if ( sb->sb_keepalive.sk_idle ) {
ldap_set_option( ld, LDAP_OPT_X_KEEPALIVE_IDLE, &sb->sb_keepalive.sk_idle );
}
if ( sb->sb_keepalive.sk_probes ) {
ldap_set_option( ld, LDAP_OPT_X_KEEPALIVE_PROBES, &sb->sb_keepalive.sk_probes );
}
if ( sb->sb_keepalive.sk_interval ) {
ldap_set_option( ld, LDAP_OPT_X_KEEPALIVE_INTERVAL, &sb->sb_keepalive.sk_interval );
}
#endif /* 0 */
#ifdef HAVE_TLS
if
(
sb
->
sb_tls_do_init
)
{
rc
=
bindconf_tls_set
(
sb
,
ld
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment