made it work...
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 27 Jun 2004 13:06:30 +0000 (13:06 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Sun, 27 Jun 2004 13:06:30 +0000 (13:06 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1600 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/vcopy.c

index 4bfac3b..82804d3 100644 (file)
@@ -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);