From: Eric Bollengier Date: Fri, 16 Oct 2020 16:46:32 +0000 (+0200) Subject: Fix win32 compilation with dedup X-Git-Tag: Release-11.3.2~907 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2853c3517525883427a57b1a22783d7ce7f067d6;p=thirdparty%2Fbacula.git Fix win32 compilation with dedup --- diff --git a/bacula/src/stored/dircmd.c b/bacula/src/stored/dircmd.c index 4d2330769..61401861e 100644 --- a/bacula/src/stored/dircmd.c +++ b/bacula/src/stored/dircmd.c @@ -141,7 +141,7 @@ static struct s_cmds cmds[] = { {"cloudlist", cloud_list_cmd, 0}, /* List volumes/parts in the cloud */ {"unmount", unmount_cmd, 0}, {"use storage=", use_cmd, 0}, -#if BEEF +#if SD_DEDUP_SUPPORT {"dedup", dedup_cmd, 0}, /* any dedup command */ #endif {"run", run_cmd, 0},