From: Katy Feng Date: Tue, 22 Aug 2023 18:11:42 +0000 (-0700) Subject: Change to common source file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc090563d12ba436c7137bb3861b2966fc372cd;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 3f3119b9a..49051098f 100644 --- a/open-vm-tools/services/plugins/vmbackup/stateMachine.c +++ b/open-vm-tools/services/plugins/vmbackup/stateMachine.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (c) 2007-2021 VMware, Inc. All rights reserved. + * Copyright (c) 2007-2021, 2023 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -1506,7 +1506,7 @@ VmBackupCapabilities(gpointer src, g_debug("%s - vmbackup NVMe feature is %s\n", __FUNCTION__, enableNVMe ? "enabled" : "disabled"); - caps[0].value = enableNVMe && set ? 1 : 0; + caps[0].value = enableNVMe && set ? 1 : 0; return VMTools_WrapArray(caps, sizeof *caps, ARRAYSIZE(caps)); }