Skip to content

Commit

Permalink
fix blockingstartup not merged correctly form dynamic config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed Jul 8, 2021
1 parent 27c8d41 commit 97ac83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radsecproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2573,6 +2573,7 @@ int confserver_cb(struct gconffile **cf, void *arg, char *block, char *opt, char
if (resconf) {
conf->statusserver = resconf->statusserver;
conf->certnamecheck = resconf->certnamecheck;
conf->blockingstartup = resconf->blockingstartup;
} else {
conf->certnamecheck = 1;
}
Expand Down

0 comments on commit 97ac83e

Please sign in to comment.