From: John Wolfe Date: Thu, 20 May 2021 18:38:38 +0000 (-0700) Subject: Change to common source file not immediately applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a3a288b013202bfc01f99093c420b75051ffb4;p=thirdparty%2Fopen-vm-tools.git Change to common source file not immediately applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/guestStoreClientHelper/guestStoreClient.c b/open-vm-tools/lib/guestStoreClientHelper/guestStoreClient.c index 38139bb3f..dc889583a 100644 --- a/open-vm-tools/lib/guestStoreClientHelper/guestStoreClient.c +++ b/open-vm-tools/lib/guestStoreClientHelper/guestStoreClient.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2020 VMware, Inc. All rights reserved. + * Copyright (C) 2020-2021 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 @@ -46,7 +46,7 @@ #if defined(_WIN32) #define GUESTSTORE_CLIENTLIB_DLL WSTR("guestStoreClient.dll") #else -#define GUESTSTORE_CLIENTLIB_DLL "libguestStoreClient.so" +#define GUESTSTORE_CLIENTLIB_DLL "libguestStoreClient.so.0" #endif /* @@ -376,4 +376,4 @@ GuestStoreClient_GetContent(const char *contentPath, // IN: GuestStoreClientLogger, GuestStoreClientPanic, getContentCb, clientCbData); -} \ No newline at end of file +}