Index: trunk/DataStore/scripts/dsget
===================================================================
--- trunk/DataStore/scripts/dsget	(revision 19625)
+++ trunk/DataStore/scripts/dsget	(revision 19655)
@@ -3,5 +3,5 @@
 # Copyright (C) 2006-2008  Joshua Hoblitt
 #
-# $Id: dsget,v 1.33 2008-09-20 03:12:48 bills Exp $
+# $Id: dsget,v 1.34 2008-09-23 02:27:29 jhoblitt Exp $
 
 use strict;
@@ -199,5 +199,5 @@
     if (defined $copies and $copies > 1) {
         foreach (1 .. ($copies - 1)) {
-            $neb->replicate($filename)
+            $neb->replicate($filename, undef)
                 or die "failed to replicate $filename failed: $!";
         }
