We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3464467 commit 9421baaCopy full SHA for 9421baa
xmlapi/statelist.cgi
@@ -70,7 +70,7 @@ if {[info exists sid] && [check_session $sid]} {
70
{
71
object oDevice = dom.GetObject(sDevId);
72
integer iDevInterfaceId = oDevice.Interface();
73
- object oDeviceInterface = dom.GetObject(iDevInterfaceId)
+ object oDeviceInterface = dom.GetObject(iDevInterfaceId);
74
75
boolean isRemote = ( ("HMW-RCV-50" == oDevice.HssType()) || ("HM-RCV-50" == oDevice.HssType()) || ("HmIP-RCV-50" == oDevice.HssType()) );
76
0 commit comments