diff options
author | sullrich <sullrich@pfsense.org> | 2009-11-27 17:21:43 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-11-27 17:22:11 -0500 |
commit | 85dd175d043f248c590b18ced068dc9dbfb2054f (patch) | |
tree | 476b5ef024680359d82992ebd410ef079eef5042 /etc/inc | |
parent | 685493b5dac9843554e3dead633e22fb40737a8c (diff) | |
download | pfsense-85dd175d043f248c590b18ced068dc9dbfb2054f.zip pfsense-85dd175d043f248c590b18ced068dc9dbfb2054f.tar.gz |
Nuke alert. Resolves #125
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/util.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc index f25e360..18b31b0 100644 --- a/etc/inc/util.inc +++ b/etc/inc/util.inc @@ -937,7 +937,6 @@ function is_interface_mismatch() { $i++; } else if (does_interface_exist($ifcfg['if']) == false) { - file_notice("interfaces", "{$ifcfg['if']} is not present anymore on the system, you need to reassign interfaces or take appropriate actions.", "System", "", 2); $do_assign = true; } else $i++; |