]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common source files not applicable to open-vm-tools at this time.
authorKruti <kpendharkar@vmware.com>
Mon, 19 Feb 2024 14:32:44 +0000 (06:32 -0800)
committerKruti <kpendharkar@vmware.com>
Mon, 19 Feb 2024 14:32:44 +0000 (06:32 -0800)
open-vm-tools/lib/rpcChannel/rpcChannel.c

index 453c675a38eaf43332b43640ec5de4cb929a6afb..8f10b0ac3340bb513db14613dc0c98e1d73dc3db 100644 (file)
@@ -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);
          }