From f2e893249f98a6e4ed4bb900ecdd4fdcd0bf69f1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Tue, 8 Jul 2008 21:23:50 +0000 Subject: add comment with an XXX to remind me to fix --- etc/inc/vslb.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/vslb.inc b/etc/inc/vslb.inc index 6d39dea..86cd2a5 100644 --- a/etc/inc/vslb.inc +++ b/etc/inc/vslb.inc @@ -46,7 +46,7 @@ function relayd_configure() { /* Virtual server pools */ if(is_array($pool_a)) { for ($i = 0; isset($pool_a[$i]); $i++) { - /* Don't deal with gateway pools */ + /* Don't deal with gateway pools - XXX remove me after gateways are converted */ if ($pool_a[$i]['type'] == "gateway") continue; -- cgit v1.1