summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools/files/patch-hgfsserverlinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/open-vm-tools/files/patch-hgfsserverlinux.c')
-rw-r--r--emulators/open-vm-tools/files/patch-hgfsserverlinux.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/open-vm-tools/files/patch-hgfsserverlinux.c b/emulators/open-vm-tools/files/patch-hgfsserverlinux.c
deleted file mode 100644
index 8e3393dc8be1..000000000000
--- a/emulators/open-vm-tools/files/patch-hgfsserverlinux.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/hgfsServer/hgfsServerLinux.c.orig
-+++ lib/hgfsServer/hgfsServerLinux.c
-@@ -551,7 +551,7 @@
-
- arraySize = ARRAYSIZE(HgfsServerOpenFlags);
-
-- if (flagsIn < 0 || flagsIn >= arraySize) {
-+ if (flagsIn >= arraySize) {
- Log("%s: Invalid HgfsOpenFlags %d\n", __FUNCTION__, flagsIn);
-
- return FALSE;