summaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools/files/patch-hgfsserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/open-vm-tools/files/patch-hgfsserver.c')
-rw-r--r--emulators/open-vm-tools/files/patch-hgfsserver.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/open-vm-tools/files/patch-hgfsserver.c b/emulators/open-vm-tools/files/patch-hgfsserver.c
deleted file mode 100644
index 1a544b4c6e52..000000000000
--- a/emulators/open-vm-tools/files/patch-hgfsserver.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/hgfsServer/hgfsServer.c.orig
-+++ lib/hgfsServer/hgfsServer.c
-@@ -3557,7 +3557,7 @@
- * delimiter on copy. Allow 0 length drives so that hidden feature "" can
- * work.
- */
-- if (pathLength < 0 || pathLength >= sizeof p.mountPoint) {
-+ if (pathLength >= sizeof p.mountPoint) {
- LOG(4, ("%s: could not get the volume name\n", __FUNCTION__));
-
- return FALSE;