mirror of
https://github.com/kerberos-io/onvif.git
synced 2025-10-28 10:01:34 +08:00
fix bugs
This commit is contained in:
@@ -309,7 +309,7 @@ func (dev device) callAuthorizedMethod(endpoint string, method interface{}) (*ht
|
||||
/*
|
||||
Getting an WS-Security struct representation
|
||||
*/
|
||||
auth := newSecurity(dev.login, dev.password)
|
||||
auth := NewSecurity(dev.login, dev.password)
|
||||
|
||||
/*
|
||||
Adding WS-Security namespaces to root element of SOAP message
|
||||
|
||||
Reference in New Issue
Block a user