From 35a0be160a60a2f7d1f0a3da126ecc1710deef03 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 9 Dec 2011 16:14:25 +0000 Subject: Removed invalid function call from update_device_params script --- config/update_device_params.lua | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3