mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Fix last commit to not crash if uid changing not configured.
This commit is contained in:
@@ -374,7 +374,7 @@ int main (int argc, char **argv)
|
||||
die(_("unknown user or group: %s"), baduser, EC_BADCONF);
|
||||
|
||||
#ifdef HAVE_DNSSEC
|
||||
badtime = setup_timestamp(ent_pw->pw_uid);
|
||||
badtime = setup_timestamp(ent_pw);
|
||||
#endif
|
||||
|
||||
/* implement group defaults, "dip" if available, or group associated with uid */
|
||||
|
||||
Reference in New Issue
Block a user