mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 02:08:24 +00:00
Fix finger-trouble in immediately previous commit.
This commit is contained in:
@@ -2093,7 +2093,7 @@ int swap_to_tcp(struct frec *forward, time_t now, int status, struct dns_header
|
||||
|
||||
/* No slots or no pipe */
|
||||
if (i < 0 || pipe(pipefd) != 0)
|
||||
return STAT_ABANDONED;`
|
||||
return STAT_ABANDONED;
|
||||
|
||||
if ((p = fork()) != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user