summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-16 10:34:28 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-16 10:34:28 -0400
commit666d84c1478370f728e423aecfb42eadfb22bf36 (patch)
tree5b27e6c1b54ecdb2f5c8171e38079021a3ff12f0
parente929c9255393068e529655aa39b90b0b5baa26bc (diff)
downloadpfsense-666d84c1478370f728e423aecfb42eadfb22bf36.zip
pfsense-666d84c1478370f728e423aecfb42eadfb22bf36.tar.gz
Fix typo
-rw-r--r--etc/inc/zeromq.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/zeromq.inc b/etc/inc/zeromq.inc
index 5b2d70c..27ffc4f 100644
--- a/etc/inc/zeromq.inc
+++ b/etc/inc/zeromq.inc
@@ -32,7 +32,7 @@ define('ZEROMQ_TRUE', 'true');
define('ZEROMQ_FASLE', 'false');
$do_not_include_config_gui_inc = true;
-require("auth.inc"):
+require("auth.inc");
/* zeromq_send: Send a message to a member node */
function zeromq_send($protocol = "tcp", $ipaddress, $port, $method, $params, $username, $password) {
OpenPOWER on IntegriCloud