fix missing return statement in nonamed causing network failure after 300s when compiling with GCC

This commit is contained in:
Erik van der Kouwe 2011-04-21 19:14:25 +00:00
parent 20a04a068d
commit c50ec2b4e2

View file

@ -1156,6 +1156,7 @@ static int job_save_cache(void *data, int expired)
if (!expired) return 0;
cache2file();
dirty= 0;
return 1;
}
static int compose_reply(dns_t *dp, size_t *pdlen)