summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-02-10 21:14:22 -0500
committerjim-p <jimp@pfsense.org>2013-02-10 21:14:22 -0500
commitc4680ae2dada8d2230fe6eba92fc24eed4853fb4 (patch)
tree4104f873320c0ccf1afb144e1c5fe0888097f75f /etc/inc/system.inc
parent84197cec187356cbde69fa1b17a421a44cad87b7 (diff)
downloadpfsense-c4680ae2dada8d2230fe6eba92fc24eed4853fb4.zip
pfsense-c4680ae2dada8d2230fe6eba92fc24eed4853fb4.tar.gz
Whoops remove copypasta
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 4c38440..e15c28f 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1243,8 +1243,8 @@ function system_ntp_configure($start_ntpd=true) {
$ntpcfg .= "\n\n# Upstream Servers\n";
/* foreach through servers and write out to ntpd.conf */
-- foreach (explode(' ', $config['system']['timeservers']) as $ts)
-- $ntpcfg .= "server {$ts} iburst maxpoll 9\n";
+ foreach (explode(' ', $config['system']['timeservers']) as $ts)
+ $ntpcfg .= "server {$ts} iburst maxpoll 9\n";
$ntpcfg .= "enable monitor\n";
$ntpcfg .= "enable stats\n";
OpenPOWER on IntegriCloud