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
openldap
OpenLDAP
Commits
3d4448cd
Commit
3d4448cd
authored
Jun 10, 2000
by
Kurt Zeilenga
Browse files
Import ldaphost NULL fix from devel
parent
ae32625f
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapmodify.c
View file @
3d4448cd
...
...
@@ -285,7 +285,7 @@ process_ldif_rec( char *rbuf )
*
p
++
=
'\0'
;
replicaport
=
atoi
(
p
);
}
if
(
strcasecmp
(
value
,
ldaphost
)
==
0
&&
if
(
ldaphost
!=
NULL
&&
strcasecmp
(
value
,
ldaphost
)
==
0
&&
replicaport
==
ldapport
)
{
use_record
=
1
;
}
...
...
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