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
6556841e
Commit
6556841e
authored
Oct 07, 2006
by
Howard Chu
Browse files
ITS#4635 CR LF fix from HEAD
parent
9d2363a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblutil/ldif.c
View file @
6556841e
...
...
@@ -822,7 +822,8 @@ ldif_read_record(
if
(
last_ch
==
'\n'
)
{
(
*
lno
)
++
;
if
(
line
[
0
]
==
'\n'
)
{
if
(
line
[
0
]
==
'\n'
||
(
line
[
0
]
==
'\r'
&&
line
[
1
]
==
'\n'
))
{
if
(
!
found_entry
)
{
lcur
=
0
;
top_comment
=
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