From: John Wolfe Date: Tue, 6 Oct 2020 21:30:56 +0000 (-0700) Subject: Changes to common source files not directly applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76c75ae9a48e68e55412d0fd97f238a66409ea0;p=thirdparty%2Fopen-vm-tools.git Changes to common source files not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/services/vmtoolsd/mainLoop.c b/open-vm-tools/services/vmtoolsd/mainLoop.c index 437f8ee74..bad1d81fc 100644 --- a/open-vm-tools/services/vmtoolsd/mainLoop.c +++ b/open-vm-tools/services/vmtoolsd/mainLoop.c @@ -84,7 +84,7 @@ /* * The state of the global conf module. */ -static gGlobalConfEnabled = FALSE; +static gboolean gGlobalConfEnabled = FALSE; #endif