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

@@ -1152,7 +1152,7 @@ int dnssec_chase_cname(time_t now, struct dns_header *header, size_t plen, char
int dnskey_keytag(int alg, int flags, unsigned char *rdata, int rdlen);
size_t filter_rrsigs(struct dns_header *header, size_t plen);
unsigned char* hash_questions(struct dns_header *header, size_t plen, char *name);
int setup_timestamp(uid_t uid);
int setup_timestamp(struct passwd *ent_pw);
/* util.c */
void rand_init(void);