]> git.sur5r.net Git - openldap/commitdiff
ITS#1882: fix typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 13 Jun 2002 14:50:33 +0000 (14:50 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 13 Jun 2002 14:50:33 +0000 (14:50 +0000)
servers/slapd/back-perl/modify.c

index 0e2f570eab484947798f08ec0674ba49dfc3897a..5d13518fe67ebddb0fdb59c921237b234da372f2 100644 (file)
@@ -69,7 +69,7 @@ perl_back_modify(
                        }
 
                        
-                       XPUSHs(sv_2mortal(newSVpv( mods->sm_desc.ad_cname.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;