Fix build on platforms lacking TIOCOUTQ ioctl
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 30 Oct 2020 12:43:39 +0000 (12:43 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 30 Oct 2020 12:43:39 +0000 (12:43 +0000)
src/src/transports/smtp.c

index e8a9afbd0280c327d91047d73c0ed713d6225164..c669bd21084b968ddd61974e7e224bbf19745b6a 100644 (file)
@@ -4141,8 +4141,8 @@ if (!sx->ok)
        if (ioctl(sx->cctx.sock, TIOCOUTQ, &n) == 0)
          debug_printf("%d bytes remain in socket output buffer\n", n);
        }
-      }
 #endif
+      }
     /* Otherwise, we have an I/O error or a timeout other than after MAIL or
     ".", or some other transportation error. We defer all addresses and yield
     DEFER, except for the case of failed add_headers expansion, or a transport