summaryrefslogtreecommitdiff
path: root/src/dnsmasq.h
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2015-03-02 22:47:23 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2015-03-02 22:47:23 +0000
commit9003b50b13da624ca45f3e0cf99abb623b8d026b (patch)
treee9a7850ce85f6884fa287473edb27b30ab3b215f /src/dnsmasq.h
parentf6e62e2af96f5fa0d1e3d93167a93a8f09bf6e61 (diff)
downloaddnsmasq-9003b50b13da624ca45f3e0cf99abb623b8d026b.tar.gz
Fix last commit to not crash if uid changing not configured.
Diffstat (limited to 'src/dnsmasq.h')
-rw-r--r--src/dnsmasq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
index b2f02dd..a451cb4 100644
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
@@ -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);