enabled dropped privileges agaon (disabled by prev commit)

This commit is contained in:
Olof hagsand 2020-08-22 18:05:52 +02:00
parent 2e23856676
commit 61bdab7bf0

View file

@ -875,7 +875,7 @@ main(int argc,
cbuf_free(cb);
}
/* Drop privileges to WWWUSER if started as root */
if (0 && restconf_drop_privileges(h, WWWUSER) < 0)
if (restconf_drop_privileges(h, WWWUSER) < 0)
goto done;
/* Init cligen buffers */