mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +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 */
|
/* No slots or no pipe */
|
||||||
if (i < 0 || pipe(pipefd) != 0)
|
if (i < 0 || pipe(pipefd) != 0)
|
||||||
return STAT_ABANDONED;`
|
return STAT_ABANDONED;
|
||||||
|
|
||||||
if ((p = fork()) != 0)
|
if ((p = fork()) != 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user