diff options
Diffstat (limited to 'config/ntop2')
-rw-r--r-- | config/ntop2/ntop.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ntop2/ntop.inc b/config/ntop2/ntop.inc index 7c846b87..da017eac 100644 --- a/config/ntop2/ntop.inc +++ b/config/ntop2/ntop.inc @@ -87,7 +87,7 @@ function sync_package_ntop() { /* Set up ntop interfaces */ $ifaces_final = ""; $first = 0; - $mergeifs = ($ntop_config['disallowmerge'] == "on") ? "" : "-M"; + $mergeifs = $ntop_config['disallowmerge'] == "on" ? "-M" : ""; foreach ($ntop_config['interface_array'] as $iface) { $if = convert_friendly_interface_to_real_interface_name($iface); |