Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
684771e8
Commit
684771e8
authored
Jan 25, 2020
by
Quanah Gibson-Mount
Browse files
ITS#8116 - Make SyncInfo Received message LDIF compliant
parent
6a49efe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapsearch.c
View file @
684771e8
...
...
@@ -1511,7 +1511,7 @@ static int dosearch(
nresponses_psearch
=
0
;
if
(
strcmp
(
retoid
,
LDAP_SYNC_INFO
)
==
0
)
{
printf
(
_
(
"SyncInfo Received
\n
"
));
printf
(
_
(
"
#
SyncInfo Received
\n
"
));
ldap_memfree
(
retoid
);
ber_bvfree
(
retdata
);
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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