password is not required, set it to '' to quiet warnings
This commit is contained in:
parent
09c5e3012a
commit
84a18926d8
|
@ -374,7 +374,7 @@ else {
|
|||
my $url_svc_device = shift;
|
||||
$soap_version = shift;
|
||||
my $username = shift;
|
||||
my $password = shift;
|
||||
my $password = @_ ? shift : '';
|
||||
|
||||
$client = ONVIF::Client->new( {
|
||||
'url_svc_device' => $url_svc_device,
|
||||
|
|
Loading…
Reference in New Issue