Fix automatic service discovery (#11963)

This commit is contained in:
bofh80
2020-08-05 14:05:03 +01:00
committed by GitHub
parent eb2bb4242a
commit 92af6136ee

View File

@@ -36,7 +36,7 @@ function get_service_status($device = null)
return $service_count;
}
function add_service($device, $type, $desc, $ip = 'localhost', $param = "", $ignore = 0, $disabled = 0)
function add_service($device, $type, $desc, $ip = '', $param = "", $ignore = 0, $disabled = 0)
{
if (!is_array($device)) {