blob: 87f5e1c39cea3b9b25cb10190bf847b534310fe6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/lib/config.c.orig 2007-11-29 04:27:29.000000000 +1100
+++ src/lib/config.c 2008-07-20 23:56:02.000000000 +1000
@@ -284,7 +284,7 @@
tConf CmdLine;
int status = NO_ERROR;
struct in_addr addr;
- const char* cszTemplDir = "template";
+ const char* cszTemplDir = "bin";
#ifdef V4V6_SUPPORT
struct in6_addr addr6;
#endif
|