summaryrefslogtreecommitdiff
path: root/neon/neon_ne_set_request_flag.patch
blob: 162c3bd1865a29b55f0263357b4e0a64931ae5ea (plain)
1
2
3
4
5
6
7
8
9
10
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;
     }
 }