obsoleted; String_free() is now inlined
[util-vserver.git] / util-vserver / src / vcopy.c
index 4bfac3b..cacf814 100644 (file)
@@ -199,7 +199,7 @@ doit(Operation op,
 
   return (global_args->do_dry_run ||
          ( op==opSKIP) ||
-         ( op==opUNIFY && Unify_unify(src_path->d, exp_stat, dst_path->d)) ||
+         ( op==opUNIFY && Unify_unify(src_path->d, exp_stat, dst_path->d, false)) ||
          ((op==opCOPY  ||
            op==opDIR)  && Unify_copy (src_path->d, exp_stat, dst_path->d)));
 }
@@ -226,7 +226,7 @@ visitDirEntry(struct dirent const *ent)
     perror("lstat()");
   else {
     Operation          op       = checkDirEntry(&src_path, &f_stat);
-    PathInfo           dst_path = global_info.src_list.root;
+    PathInfo           dst_path = global_info.dst_list.root;
     char               dst_path_buf[ENSC_PI_APPSZ(dst_path, src_path)];
 
     PathInfo_append(&dst_path, &src_path, dst_path_buf);