From: Kruti Pendharkar Date: Wed, 8 Jan 2025 06:05:50 +0000 (-0800) Subject: Change to common source file not applicable to open-vm-tools at this time. X-Git-Tag: stable-13.0.0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c9458d2a1cf2107583ed77931ff1fe2f4e3095;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools at this time. --- diff --git a/open-vm-tools/services/vmtoolsd/cmdLine.c b/open-vm-tools/services/vmtoolsd/cmdLine.c index dbd2c7661..0c276929f 100644 --- a/open-vm-tools/services/vmtoolsd/cmdLine.c +++ b/open-vm-tools/services/vmtoolsd/cmdLine.c @@ -68,7 +68,7 @@ ToolsCoreRunCommand(const gchar *option, VMTools_AttachConsole(); #endif if (VmCheck_IsVirtualWorld()) { - char *result = NULL; + char *result; Bool status = RpcChannel_SendOne(&result, NULL, "%s", value); if (!status) { @@ -109,7 +109,7 @@ ToolsCoreRunCommandFromFile(const gchar *option, VMTools_AttachConsole(); #endif if (VmCheck_IsVirtualWorld()) { - char *result = NULL; + char *result; Bool status; gchar *fileContents = NULL;