Skip to content

Commit 211ada4

Browse files
committed
Attempt to fix segfault with delim
1 parent 35e339d commit 211ada4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

routes/yaf_route_map.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ int yaf_route_map_route(yaf_route_t *route, yaf_request_t *request TSRMLS_DC) {
107107
} else {
108108
query_str = NULL;
109109
}
110+
} else {
111+
query_str = NULL;
110112
}
111113
}
112114

0 commit comments

Comments
 (0)