From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:21 +0000 (-0700) Subject: Common source file change; not directly applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdb335e3662b8559e0fa00f5e1278f794f2d31b;p=thirdparty%2Fopen-vm-tools.git Common source file change; not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/file/fileLockPosix.c b/open-vm-tools/lib/file/fileLockPosix.c index 1c1dc34c8..922eb18c6 100644 --- a/open-vm-tools/lib/file/fileLockPosix.c +++ b/open-vm-tools/lib/file/fileLockPosix.c @@ -1137,7 +1137,6 @@ FileLock_Lock(const char *filePath, // IN: FileLockToken *tokenPtr; ASSERT(filePath != NULL); - ASSERT(err != NULL); normalizedPath = FileLockNormalizePath(filePath);