aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs/files/patch-modules__http-neon-method.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/files/patch-modules__http-neon-method.c')
-rw-r--r--devel/gnome-vfs/files/patch-modules__http-neon-method.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/gnome-vfs/files/patch-modules__http-neon-method.c b/devel/gnome-vfs/files/patch-modules__http-neon-method.c
deleted file mode 100644
index 77e14080f5b0..000000000000
--- a/devel/gnome-vfs/files/patch-modules__http-neon-method.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- modules/http-neon-method.c.orig Wed Jan 25 23:15:42 2006
-+++ modules/http-neon-method.c Wed Jan 25 23:17:47 2006
-@@ -1908,9 +1908,7 @@
- }
- }
-
--
- result = resolve_result (res, req);
-- ne_request_destroy (req);
-
- if (result == GNOME_VFS_OK) {
- const char *name;
-@@ -1929,6 +1927,8 @@
- }
-
- }
-+
-+ ne_request_destroy (req);
-
- return result;
- }