summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-19 01:45:12 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-01-19 01:45:12 +0100
commit25620735bafa41e5ab3e93bfc15586b25c5dbf90 (patch)
tree3b563b167ea54278698de5d1ea343bed25228f81
parent936f09119a72338abcf5b16e40c59280be47d5a6 (diff)
downloadldap-plugin-25620735bafa41e5ab3e93bfc15586b25c5dbf90.tar.gz
ldap-plugin-25620735bafa41e5ab3e93bfc15586b25c5dbf90.tar.bz2
ldap-plugin-25620735bafa41e5ab3e93bfc15586b25c5dbf90.zip
Fix comment
-rw-r--r--service_passwords.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_passwords.c b/service_passwords.c
index 71c96f6..8c5d465 100644
--- a/service_passwords.c
+++ b/service_passwords.c
@@ -91,7 +91,7 @@ static int dn_contains_uid(const char *dn)
rc |= get_entry(dn, attrs, &entry);
if (rc != 0 || entry == NULL) {
- /* parent_dn not found */
+ /* dn not found */
rc = 1;
goto fail1;
}