Skip to content

Commit

Permalink
Attempt to fix segfault with delim
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jul 18, 2015
1 parent 35e339d commit 211ada4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/yaf_route_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ int yaf_route_map_route(yaf_route_t *route, yaf_request_t *request TSRMLS_DC) {
} else {
query_str = NULL;
}
} else {
query_str = NULL;
}
}

Expand Down

0 comments on commit 211ada4

Please sign in to comment.