[OpenAFS-devel] RT / anoncvs down? (and a patch against src/bucoord)

Christopher Allen Wing wingc@engin.umich.edu
Thu, 6 Jul 2006 12:32:06 -0400 (EDT)


anonymous CVS is not working and I can't get to the RT web site at the 
moment, so I am going to send this patch in email.

The CVS delta:

 	bucoord-64-bit-cleanup-20060701

did not include the following piece from my original patch:



--- openafs-1.4.x-20060702/src/bucoord/commands.c.orig	2006-07-01 11:24:35.000000000 -0400
+++ openafs-1.4.x-20060702/src/bucoord/commands.c	2006-06-30 16:33:55.000000000 -0400
@@ -1564,7 +1564,7 @@

      /* Perform the call to start the restore */
      code = bc_StartDmpRst(bc_globalConfig, "disk", "restore", volsToRestore,
-			  /*destserver */ 0, /*destpartition */ 0, fromDate,
+			  /*destserver */ NULL, /*destpartition */ 0, fromDate,
  			  newExt, oldFlag,
  			  /*parentDump */ 0, /*dumpLevel */ 0,
  			  bc_Restorer, ports, portCount,



Thanks,

Chris Wing
wingc@engin.umich.edu