summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-06-12 03:40:09 +0000
committerStef Walter <stef@memberwebs.com>2008-06-12 03:40:09 +0000
commit3dc8cb104d3392e00514bb829c50390a9598fe3c (patch)
tree945274bf792a923f187a9e83a8c8af9fa3c63942 /daemon
parentde44fe7893da8d8c9903f1a7268fa6fe03446d36 (diff)
- apache2x module now supports connecting to multiple daemon addresses
and failover between them.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am2
-rw-r--r--daemon/httpauthd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index c2fee2a..2e7be2f 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -31,7 +31,7 @@ httpauthd_SOURCES = httpauthd.c httpauthd.h usuals.h bd.h bd.c misc.c basic.h ba
digest.h digest.c defaults.h simple.c dummy.c \
../common/compat.h ../common/compat.c ../common/buffer.h ../common/buffer.c \
../common/hash.h ../common/hash.c ../common/md5.h ../common/md5.c \
- ../common/sha1.h ../common/sha1.c ../common/sock_any.c ../common/sock_any.h \
+ ../common/sha1.h ../common/sha1.c ../common/sock-any.c ../common/sock-any.h \
../common/stringx.c ../common/stringx.h $(EXTRA_SRC)
httpauthd_CFLAGS = -D_THREAD_SAFE -pthread -DLinux \
diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c
index 09fb1d7..1adf8db 100644
--- a/daemon/httpauthd.c
+++ b/daemon/httpauthd.c
@@ -37,7 +37,7 @@
#include "usuals.h"
#include "httpauthd.h"
#include "defaults.h"
-#include "sock_any.h"
+#include "sock-any.h"
#include "stringx.h"
/*