]> git.sur5r.net Git - openldap/commitdiff
reword comment
authorPierangelo Masarati <ando@openldap.org>
Sat, 7 Oct 2006 13:12:16 +0000 (13:12 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 7 Oct 2006 13:12:16 +0000 (13:12 +0000)
servers/slapd/overlays/rwm.c

index 7948927b87a243d23d30439597a5686408db7fe2..6f3bfddcf2707818b7dda38a2a22ec66b0deb20e 100644 (file)
@@ -811,7 +811,7 @@ rwm_exop_passwd( Operation *op, SlapReply *rs )
                return -1;
        }
 
-       /* TODO: re-encode the request */
+       /* TODO: re-encode the request with the massaged DN */
 
        return SLAP_CB_CONTINUE;
 }