63b9c155d7
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/open-vm-tools.git#b7a7c93548213205a1a9dd0506b3b852dbba13a3
14 lines
355 B
Diff
14 lines
355 B
Diff
diff --git a/lib/pollGtk/pollGtk.c b/lib/pollGtk/pollGtk.c
|
|
index 4ccaeda..336a8bf 100644
|
|
--- a/lib/pollGtk/pollGtk.c
|
|
+++ b/lib/pollGtk/pollGtk.c
|
|
@@ -127,7 +127,7 @@ typedef struct Poll {
|
|
} Poll;
|
|
|
|
static Poll *pollState;
|
|
-static volatile gsize inited = 0;
|
|
+static gsize inited = 0;
|
|
|
|
static VMwareStatus
|
|
PollGtkCallback(PollClassSet classSet, // IN
|