Hello everyone,

Just found a small bug in qmailadmin 1.2.13. This release introduced the
`--disable-catchall' configure option. Together with that of course some
pre-compiler additions inside the qmailadmin source.

However, in `command.c' it was forgotten to include `config.h', so the
`#ifdef CATCHALL_ENABLED' wouldn't come through.

Below is the simple patch:

--- qmailadmin-1.2.13/command.c 2007-01-02 00:17:06.000000000 +0100
+++ qmailadmin-1.2.13/command.c 2009-05-02 20:20:30.000000000 +0100
@@ -30,6 +30,7 @@
 #include <vpopmail.h>
 #include <vauth.h>

+#include "config.h"
 #include "alias.h"
 #include "autorespond.h"
 #include "cgi.h"


-- 
Kind regards,
Harm van Tilborg
Tiscom Hosting B.V.

!DSPAM:4b1e9a8432711187754891!

Reply via email to