]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file change; not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:21 +0000 (11:46 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:21 +0000 (11:46 -0700)
open-vm-tools/lib/file/fileLockPosix.c

index 1c1dc34c8cd68f2c976a35b5cee7b94094d29d80..922eb18c60769a2881f6790f9312eedf9b514117 100644 (file)
@@ -1137,7 +1137,6 @@ FileLock_Lock(const char *filePath,          // IN:
    FileLockToken *tokenPtr;
 
    ASSERT(filePath != NULL);
-   ASSERT(err != NULL);
 
    normalizedPath = FileLockNormalizePath(filePath);