fixed routing condition bug

This commit is contained in:
Unbit
2013-03-11 12:44:22 +01:00
parent 4bcdba2334
commit a9f90464e6
+1
View File
@@ -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;
}