From 9ebf2fed4a1af7134fa86d09c865802b05ed27d1 Mon Sep 17 00:00:00 2001 From: Rainer Toebbicke Date: Tue, 11 Apr 2006 20:27:03 +0000 Subject: [PATCH] backup-dump-parameter-fix-20060411 this is a pointer, not an int, pass in NULL not 0 --- src/bucoord/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bucoord/commands.c b/src/bucoord/commands.c index a1d6b00cf..b7ae046e3 100644 --- a/src/bucoord/commands.c +++ b/src/bucoord/commands.c @@ -1964,7 +1964,7 @@ bc_DumpCmd(as, arock) code = bc_StartDmpRst(bc_globalConfig, dumpPath, vsName, volsToDump, /*destServer */ 0, /*destPartition */ 0, /*fromDate */ 0, - /*newExt */ 0, /*oldFlag */ 0, + /*newExt */ NULL, /*oldFlag */ 0, parent, level, bc_Dumper, portp, /*portCount */ 1, baseds, doAppend, dontExecute); if (code) -- 2.39.5