更新
This commit is contained in:
@@ -11,8 +11,8 @@ public class OpcServerUtl {
|
|||||||
if (domain == null) {
|
if (domain == null) {
|
||||||
domain = "";
|
domain = "";
|
||||||
}
|
}
|
||||||
// return OpcUtl.getServer(host, clsid, user, password, domain);
|
return OpcUtl.getServer(host, clsid, user, password, domain);
|
||||||
return OpcUtl.getAutoServer(host, clsid, user, password, domain);
|
// return OpcUtl.getAutoServer(host, clsid, user, password, domain);
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user