]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ufn.c
s/SAFEMEMCPY/AC_MEMCPY/
[openldap] / libraries / libldap / ufn.c
index db21748c8db8d0fe6d3441902b648d8f1a32d52f..ec79348fec07bafe4a57ec13f923f5deb2e0862d 100644 (file)
@@ -98,7 +98,7 @@ ldap_ufn_search_ctx( LDAP *ld, char **ufncomp, int ncomp, char *prefix,
 
                        if ( (quote = strrchr( ufncomp[ncomp], '"' )) != NULL )
                                *quote = '\0';
-                       SAFEMEMCPY( ufncomp[ncomp], ufncomp[ncomp] + 1,
+                       AC_MEMCPY( ufncomp[ncomp], ufncomp[ncomp] + 1,
                                    strlen( ufncomp[ncomp] + 1 ) + 1 );
                }
                if ( ncomp == 0 )