Fix last commit to not crash if uid changing not configured.

This commit is contained in:
Simon Kelley
2015-03-02 22:47:23 +00:00
parent f6e62e2af9
commit 9003b50b13
3 changed files with 4 additions and 4 deletions

View File

@@ -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 */