From 4d6d0b6596dc916cd19206c9cb86b9153ad556c1 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Mon, 11 Feb 2008 23:30:02 +0000
Subject: [PATCH] Fix comment for be_rootdn_bind()

---
 servers/slapd/backend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/servers/slapd/backend.c b/servers/slapd/backend.c
index 4325b568af..a70c58045a 100644
--- a/servers/slapd/backend.c
+++ b/servers/slapd/backend.c
@@ -783,7 +783,7 @@ be_isroot_pw( Operation *op )
  * checks if binding as rootdn
  *
  * return value:
- *	SLAP_CB_CONTINUE		if not the rootdn
+ *	SLAP_CB_CONTINUE		if not the rootdn, or if rootpw is null
  *	LDAP_SUCCESS			if rootdn & rootpw
  *	LDAP_INVALID_CREDENTIALS	if rootdn & !rootpw
  *
-- 
GitLab