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
aabec0dc
Commit
aabec0dc
authored
Feb 23, 2012
by
Jan Vcelak
Committed by
Quanah Gibson-Mount
Feb 27, 2012
Browse files
ITS#7177 doc updates, further cleanup needed
parent
daac096b
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/common.c
View file @
aabec0dc
...
...
@@ -412,7 +412,7 @@ tool_args( int argc, char **argv )
case
'c'
:
/* continuous operation mode */
contoper
++
;
break
;
case
'C'
:
case
'C'
:
/* referrals: obsolete */
referrals
++
;
break
;
case
'd'
:
...
...
@@ -1329,7 +1329,7 @@ dnssrv_free:;
if
(
private_setup
)
private_setup
(
ld
);
/* referrals */
/* referrals
: obsolete
*/
if
(
ldap_set_option
(
ld
,
LDAP_OPT_REFERRALS
,
referrals
?
LDAP_OPT_ON
:
LDAP_OPT_OFF
)
!=
LDAP_OPT_SUCCESS
)
{
...
...
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