From: Kruti Pendharkar Date: Fri, 17 Oct 2025 04:25:49 +0000 (-0700) Subject: Change to common source file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f24c4ba8403f439b64ece0bfd268c67b67bea0e3;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/file/fileTemp.c b/open-vm-tools/lib/file/fileTemp.c index d23cf02db..50ccd061f 100644 --- a/open-vm-tools/lib/file/fileTemp.c +++ b/open-vm-tools/lib/file/fileTemp.c @@ -138,6 +138,7 @@ FileMakeTempEx2Work(const char *dir, // IN: uint32 i; int fd; + uint32 var = 0; ASSERT(presult != NULL); @@ -152,7 +153,6 @@ FileMakeTempEx2Work(const char *dir, // IN: for (i = 0; i < (MAX_INT32 / 2); i++) { char *objName; char *pathName; - uint32 var = 0; /* * Files and directories are kept separate (odd and even respectfully).