Skip to content

Commit

Permalink
fixed routing condition bug
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Mar 11, 2013
1 parent 4bcdba2 commit a9f9046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ static void *uwsgi_route_get_condition_func(char *name) {
if (!strcmp(urc->name, name)) {
return urc->func;
}
urc = urc->next;
}
return NULL;
}
Expand Down

0 comments on commit a9f9046

Please sign in to comment.