Skip to content

Commit

Permalink
oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey M. Borodin committed Apr 10, 2024
1 parent 33b1277 commit 1235d70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/router.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ od_router_status_t od_router_route(od_router_t *router, od_client_t *client)
od_rule_t *rule =
NULL; // initialize rule for (line 365) and flag '-Wmaybe-uninitialized'

int sequential = instance->config.sequential_routing;
switch (client->type) {
case OD_POOL_CLIENT_INTERNAL:
rule = od_rules_forward(&router->rules, startup->database.value,
Expand Down

0 comments on commit 1235d70

Please sign in to comment.