]> git.sur5r.net Git - openldap/commitdiff
fix typos
authorPierangelo Masarati <ando@openldap.org>
Tue, 9 Mar 2004 20:21:10 +0000 (20:21 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 9 Mar 2004 20:21:10 +0000 (20:21 +0000)
servers/slapd/overlays/rwm.c
servers/slapd/overlays/rwmconf.c

index 24fcb2ca165334d6a2d01f4a72ade4ec8fd9199c..162695c929908c5932888a854d382a5a33c805f5 100644 (file)
@@ -127,7 +127,7 @@ rwm_add( Operation *op, SlapReply *rs )
                                        (*ap)->a_vals );
 #else
                        rc = 1;
-                       rc = rwm_op_dn_massage( op, rs, &rc,
+                       rc = rwm_dnattr_rewrite( op, rs, &rc,
                                        (*ap)->a_vals );
 #endif
                        if ( rc ) {
index d664b4a9520dc742cd00ee1710118a8e918decef..d225483bfec3ba23f4ba0acd02b6ce416eafb877 100644 (file)
@@ -216,7 +216,7 @@ rwm_map_config(
 
 error_return:;
        if ( mapping ) {
-               mapping_free( mapping );
+               rwm_mapping_free( mapping );
        }
 
        return 1;