From: Pierangelo Masarati Date: Sat, 7 Oct 2006 13:12:16 +0000 (+0000) Subject: reword comment X-Git-Tag: OPENLDAP_REL_ENG_2_3_MP~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eb29c7c37bc04b4e612264f7cab0451483daa674;p=openldap reword comment --- diff --git a/servers/slapd/overlays/rwm.c b/servers/slapd/overlays/rwm.c index 7948927b87..6f3bfddcf2 100644 --- a/servers/slapd/overlays/rwm.c +++ b/servers/slapd/overlays/rwm.c @@ -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; }