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
35761426
Commit
35761426
authored
Feb 11, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5317
parent
ce95247c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
35761426
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.8 Engineering
Fixed ldapmodify verbose logging (ITS#5247)
Fixed ldapmodify exit code init (ITS#5317)
Fixed libldap extended decoding (ITS#5304)
Fixed libldap filter abort (ITS#5300)
Fixed libldap ldap_parse_sasl_bind_result (ITS#5263)
...
...
clients/tools/ldapsearch.c
View file @
35761426
...
...
@@ -981,6 +981,7 @@ getNextPage:
attrs
,
attrsonly
,
NULL
,
NULL
,
NULL
,
-
1
);
}
else
{
rc
=
0
;
first
=
1
;
while
(
fgets
(
line
,
sizeof
(
line
),
fp
)
!=
NULL
)
{
line
[
strlen
(
line
)
-
1
]
=
'\0'
;
...
...
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