Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 5, 2023
1 parent 6fbded6 commit a720ee8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,12 @@ int main(int argc, char **argv)
}

// Then apply CLI configuration
printf("***** cli_cfg.pppd_accept_remote = %d\n", cli_cfg.pppd_accept_remote);
printf("***** cfg.pppd_accept_remote = %d\n", cfg.pppd_accept_remote);
merge_config(&cfg, &cli_cfg);
set_syslog(cfg.use_syslog);
printf("***** cfg.pppd_accept_remote = %d\n", cfg.pppd_accept_remote);
exit(0);

// Set default UA
if (cfg.user_agent == NULL)
Expand Down

0 comments on commit a720ee8

Please sign in to comment.