diff options
author | Michael Adam <obnox@samba.org> | 2009-12-06 23:50:15 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 00:22:52 +0100 |
commit | c981b246ce2b0b9c3cee5878d0cbefffb8fc2370 (patch) | |
tree | bd9e3533d5a19461432efc3760c0ccf824969764 /src/conf.c | |
parent | 8cb182e1b873fde40db6e4258ee23b05f956f397 (diff) |
Move handling of connect_ports list to its own source module.
Michael
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ #include "reqs.h" #include "reverse-proxy.h" #include "upstream.h" +#include "connect-ports.h" /* * The configuration directives are defined in the structure below. Each |