]> git.sur5r.net Git - openldap/commitdiff
Fix for ITS#1842 (applied blindly)
authorKurt Zeilenga <kurt@openldap.org>
Sat, 8 Jun 2002 06:09:30 +0000 (06:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 8 Jun 2002 06:09:30 +0000 (06:09 +0000)
servers/slapd/back-perl/modify.c

index 2d0fb9817cbe432ecc264b5859abbe138c2ab108..0e2f570eab484947798f08ec0674ba49dfc3897a 100644 (file)
@@ -69,7 +69,7 @@ perl_back_modify(
                        }
 
                        
-                       XPUSHs(sv_2mortal(newSVpv( mods->sm_type.bv_val, 0 )));
+                       XPUSHs(sv_2mortal(newSVpv( mods->sm_desc.ad_cname.bv_val, 0 )));
 
                        for ( i = 0;
                                mods->sm_bvalues != NULL && mods->sm_bvalues[i].bv_val != NULL;