From: Kruti Date: Mon, 19 Feb 2024 14:32:44 +0000 (-0800) Subject: Changes to common source files not applicable to open-vm-tools at this time. X-Git-Tag: stable-12.4.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8cbf5e4db323638b95999bb268a0d2cb2ab4ce5;p=thirdparty%2Fopen-vm-tools.git Changes to common source files not applicable to open-vm-tools at this time. --- diff --git a/open-vm-tools/lib/rpcChannel/rpcChannel.c b/open-vm-tools/lib/rpcChannel/rpcChannel.c index 453c675a3..8f10b0ac3 100644 --- a/open-vm-tools/lib/rpcChannel/rpcChannel.c +++ b/open-vm-tools/lib/rpcChannel/rpcChannel.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2008-2016, 2018-2021 VMware, Inc. All rights reserved. + * Copyright (c) 2008-2016, 2018-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 @@ -1201,6 +1201,8 @@ RpcChannelSendOneRaw(const char *data, } else if (priv && RpcChannel_GetType(chan) != RPCCHANNEL_TYPE_PRIV_VSOCK) { if (result != NULL) { *result = Util_SafeStrdup(RPCCHANNEL_SEND_PERMISSION_DENIED); + Warning("%s: failed to set up channel, returning '%s'\n", + __FUNCTION__, *result); if (resultLen != NULL) { *resultLen = strlen(*result); }