Andreas S. Kerber wrote:
I'm seeing an odd delay in printing the queue, when the
sendmail binary is compiled with -DUSE_EAI. I wonder whether
this is to be expected or a possible issue.
Please try this patch:
diff --git a/sendmail/stab.c b/sendmail/stab.c
index cf7812ecc..f41320bf4 100644
--- a/sendmail/stab.c
+++ b/sendmail/stab.c
@@ -55,9 +55,7 @@ stab(name, type, op)
register STAB *s;
register STAB **ps;
register int hfunc;
-#if !USE_EAI
register char *p;
-#endif
int len;
if (tTd(36, 5))
@@ -78,10 +76,9 @@ stab(name, type, op)
hfunc = ((hfunc << 1) ^ ((*cstr) & 0377)) % STABSIZE;
}
else
-#else
+#endif
for (p = name; *p != '\0'; p++)
hfunc = ((hfunc << 1) ^ (SM_LOWER(*p) & 0377)) % STABSIZE; -#endif
if (tTd(36, 9))
sm_dprintf("(hfunc=%d) ", hfunc);
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)