Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
e967e1a9
Commit
e967e1a9
authored
Jun 17, 2000
by
Kurt Zeilenga
Browse files
Fix typo in last commit
parent
9820da8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldappasswd.c
View file @
e967e1a9
...
...
@@ -195,7 +195,7 @@ hash_crypt (const char *pw_in, Salt * salt)
free
(
lsalt
.
salt
);
}
if
(
crypted_pw
==
NULL
||
crypted_pw
[
0
]
=
'\0'
)
if
(
crypted_pw
==
NULL
||
crypted_pw
[
0
]
=
=
'\0'
)
return
NULL
;
return
STRDUP
(
crypted_pw
);
...
...
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