]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source file not immediately applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 20 May 2021 18:38:38 +0000 (11:38 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 20 May 2021 18:38:38 +0000 (11:38 -0700)
open-vm-tools/lib/guestStoreClientHelper/guestStoreClient.c

index 38139bb3feec341b9c7ae352dbb6d40876de46bf..dc889583a703d25ea63e3d4e1cc479101dc9bef4 100644 (file)
@@ -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
+}