summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-01-13 10:57:25 +0000
committerstilez <stilez@users.noreply.github.com>2016-01-13 10:57:25 +0000
commit493e68074ab2b1f3e90c1e42e63ffa161888222d (patch)
tree6a2b3169057c963d4a302349e734955e6266a312 /src/etc/inc/openvpn.inc
parent7272f6ee407d1d29eaee5a89160b134c991fcf55 (diff)
downloadpfsense-493e68074ab2b1f3e90c1e42e63ffa161888222d.zip
pfsense-493e68074ab2b1f3e90c1e42e63ffa161888222d.tar.gz
Remove spaces at EOL as requested
Diffstat (limited to 'src/etc/inc/openvpn.inc')
-rw-r--r--src/etc/inc/openvpn.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/inc/openvpn.inc b/src/etc/inc/openvpn.inc
index b408953..c7810a6 100644
--- a/src/etc/inc/openvpn.inc
+++ b/src/etc/inc/openvpn.inc
@@ -1243,9 +1243,9 @@ function openvpn_resync_csc(& $settings) {
$csc_conf .= "ifconfig-push {$ip} " . gen_subnet_mask($mask) . "\n";
} else {
/* Because this is being pushed, the order from the client's point of view. */
- $baselong = gen_subnetv4($ip, $mask);
- $serverip = ip_after($baselong, 1);
- $clientip = ip_after($baselong, 2);
+ $baselong = gen_subnetv4($ip, $mask);
+ $serverip = ip_after($baselong, 1);
+ $clientip = ip_after($baselong, 2);
$csc_conf .= "ifconfig-push {$clientip} {$serverip}\n";
}
}
OpenPOWER on IntegriCloud