Fix finger-trouble in immediately previous commit.

This commit is contained in:
Simon Kelley
2025-01-07 17:00:18 +00:00
parent c52653f97c
commit c8de423038

View File

@@ -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)
{ {