You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CSK_Module_DeviceNetworkConfig/scripts/Configuration/DeviceNetworkConfig/DeviceNetworkConfig_Controller.lua
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -190,10 +190,6 @@ local function getNameserverList()
190
190
end
191
191
end
192
192
193
-
if#retValue==0then
194
-
table.insert(retValue, {dns='-'})
195
-
end
196
-
197
193
returnretValue
198
194
end
199
195
@@ -258,7 +254,11 @@ local function updateNameservers(nameserverList)
0 commit comments