Hey folks,
I'm not sure if this has already been spotted, but there's a typo into
rcpthosts.c in the latest qmail-ldap release.
-neil
--- rcpthosts.c.org 2003-11-06 23:55:06.000000000 -0500
+++ rcpthosts.c 2003-11-11 16:10:52.000000000 -0500
@@ -25,7 +25,7 @@
if (control_readfile(&locals,"control/locals",1) != 1) return -1;
if (!constmap_init(&maplocals,locals.s,locals.len,0)) return -1;
}
- fdrh = open_read("control/locals.cdb");
+ fdrh = open_read("control/rcpthosts.cdb");
if (fdrh == -1) {
if (errno != error_noent) return -1;