mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-19 03:57:21 +00:00
fixed routing condition bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user