From: Katy Feng Date: Thu, 16 Nov 2023 17:21:20 +0000 (-0800) Subject: Change to common source file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7800de416d88ba03db4f8bd818d7c99d51048bdf;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/services/plugins/vmbackup/stateMachine.c b/open-vm-tools/services/plugins/vmbackup/stateMachine.c index 6d8288c0b..a73396507 100644 --- a/open-vm-tools/services/plugins/vmbackup/stateMachine.c +++ b/open-vm-tools/services/plugins/vmbackup/stateMachine.c @@ -100,7 +100,7 @@ VM_EMBED_VERSION(VMTOOLSD_VERSION_STRING); * TRUE will allow the host to use NVMe feature in snapshot, * FALSE otherwise. */ -#define VMBACKUP_CFG_ENABLENVME_DEFAULT FALSE +#define VMBACKUP_CFG_ENABLENVME_DEFAULT TRUE static VmBackupState *gBackupState = NULL;