summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-12-09 16:14:25 +0000
committerTed Trask <ttrask01@yahoo.com>2011-12-09 16:14:25 +0000
commit35a0be160a60a2f7d1f0a3da126ecc1710deef03 (patch)
tree254f47f2480ab10bbb285420c0375dbf26945765
parent9501c604ff64009ca903f04a062f98a8e8f7bd97 (diff)
downloadacf-provisioning-35a0be160a60a2f7d1f0a3da126ecc1710deef03.tar.bz2
acf-provisioning-35a0be160a60a2f7d1f0a3da126ecc1710deef03.tar.xz
Removed invalid function call from update_device_params script
-rw-r--r--config/update_device_params.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/update_device_params.lua b/config/update_device_params.lua
index 56e51ad..5d13099 100644
--- a/config/update_device_params.lua
+++ b/config/update_device_params.lua
@@ -22,7 +22,6 @@ local notify_device = function(mac, extension)
if ipaddr then
APP.logevent("Notifying "..ipaddr.." to update for "..(mac or ""))
os.execute("/etc/provisioning/notify_device "..ipaddr.." "..extension)
- addfuturenotify(ipaddr, extension)
else
APP.logevent("Warning - could not find IP address for "..(mac or ""))
end