]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix win32 compilation with dedup
authorEric Bollengier <eric@baculasystems.com>
Fri, 16 Oct 2020 16:46:32 +0000 (18:46 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:58 +0000 (09:02 +0100)
bacula/src/stored/dircmd.c

index 4d2330769b041e441795ad974b523acba4412f1f..61401861ed59f8cb5ee5be9416968cfbe75d21e5 100644 (file)
@@ -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},