Subject: sendmail problems
To: None <current-users@NetBSD.ORG>
From: Guenther Grau <grau@fzi.de>
List: current-users
Date: 11/22/1996 00:23:32
Hi,
I just saw this on freebsd-commits going by. Could this
be related to the problem some people are having w/sendmail?
Guenther
jkh 96/11/19 23:53:43
Modified: usr.sbin/sendmail/makemap makemap.c
Log:
Got the bugger. Eric's now passing in a hint structure to dbopen()
but forgot to zero the structure first, leaving hinfo.bsize undefined
and causing a loop in __log2().
Revision Changes Path
1.6 +1 -0 src/usr.sbin/sendmail/makemap/makemap.c