mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix return value
This commit is contained in:
parent
daaa549759
commit
e61f8ba6e8
1 changed files with 2 additions and 0 deletions
|
|
@ -977,7 +977,9 @@ end
|
|||
function system_config:setInterfaceAlias(if_name, if_alias)
|
||||
if self.config.interfaces.configuration[if_name] then
|
||||
self.config.interfaces.configuration[if_name].alias = if_alias
|
||||
return true
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue