summaryrefslogtreecommitdiff
path: root/neon/neon_ne_set_request_flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'neon/neon_ne_set_request_flag.patch')
-rw-r--r--neon/neon_ne_set_request_flag.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/neon/neon_ne_set_request_flag.patch b/neon/neon_ne_set_request_flag.patch
new file mode 100644
index 000000000000..162c3bd1865a
--- /dev/null
+++ b/neon/neon_ne_set_request_flag.patch
@@ -0,0 +1,11 @@
+--- misc/neon-0.29.5/src/ne_request.c 2010-09-28 13:57:26.000000000 +0200
++++ misc/build/neon-0.29.5/src/ne_request.c 2011-05-18 12:39:05.134445529 +0200
+@@ -529,7 +529,7 @@
+
+ void ne_set_request_flag(ne_request *req, ne_request_flag flag, int value)
+ {
+- if (flag < NE_SESSFLAG_LAST) {
++ if (flag < NE_REQFLAG_LAST) {
+ req->flags[flag] = value;
+ }
+ }