Anat Bremler-Barr, Shoham Danino and Yuval Shavitt (Tel-Aviv
University and Reichman University).
- Set version number to 1.21.0 for release.
+ - Fix that for windows the module startup is called and sets up
+ the module-config.
2 August 2024: Wouter
- Fix that alloc stats has strdup checks, it stops debuggers from
daemon_apply_cfg(daemon, cfg);
if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2300);
+ if(!r) {
+ if(!daemon_privileged(daemon))
+ fatal_exit("could not do privileged setup");
+ }
if(!(daemon->rc = daemon_remote_create(cfg))) {
log_err("could not set up remote-control");
daemon_delete(daemon);