&destServ, destPartition, fromDate, newExt, oldFlag,
/*parentDump */ 0, /*dumpLevel */ 0,
bc_Restorer, ports, portCount,
- /*dumpSched */ 0, /*append */ 0, dontExecute);
+ /*dumpSched */ NULL, /*append */ 0, dontExecute);
if (code)
com_err(whoami, code, "; Failed to queue restore");
&destServ, destPartition, fromDate, newExt, oldFlag,
/*parentDump */ 0, /*dumpLevel */ 0,
bc_Restorer, ports, portCount,
- /*dumpSched */ 0, /*append */ 0, dontExecute);
+ /*dumpSched */ NULL, /*append */ 0, dontExecute);
if (code)
com_err(whoami, code, "; Failed to queue restore");
/* 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,
- /*dumpSched */ 0, /*append */ 0, dontExecute);
+ /*dumpSched */ NULL, /*append */ 0, dontExecute);
if (code)
com_err(whoami, code, "; Failed to queue restore");
return (0);
code = bc_StartDmpRst(bc_globalConfig, dumpPath, vsName, volsToDump,
- /*destServer */ 0, /*destPartition */ 0,
+ /*destServer */ NULL, /*destPartition */ 0,
/*fromDate */ 0,
/*newExt */ NULL, /*oldFlag */ 0,
parent, level, bc_Dumper, portp, /*portCount */ 1,