Skip to content

Commit

Permalink
populate new flags from the main config, too
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jul 16, 2024
1 parent 76e3504 commit a9fc01c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,9 @@ RADCLIENT *client_afrom_request(RADCLIENT_LIST *clients, REQUEST *request)
c->ipaddr.af = AF_UNSPEC;
c->src_ipaddr.af = AF_UNSPEC;

c->require_ma = main_config.require_ma;
c->limit_proxy_state = main_config.limit_proxy_state;

fr_cursor_init(&cursor, &request->config);

RDEBUG2("Converting control list to client fields");
Expand Down

0 comments on commit a9fc01c

Please sign in to comment.