mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-08-07 02:32:32 -04:00
Add missing }
This commit is contained in:
1 parent
067362382a
commit
7c180887c7
1 file changed
+1
-1
@@ -102,7 +102,7 @@ sub open {
|
||||
$$self{base_url} = $uri->canonical();
|
||||
$$self{address} = $uri->host_port();
|
||||
Debug("User auth $$self{username} $$self{password} " . $uri->authority() . ' ' . $uri->host_port());
|
||||
$self->{ua}->credentials($uri->host_port(), @$self{'realm', 'username', 'password');
|
||||
$self->{ua}->credentials($uri->host_port(), @$self{'realm', 'username', 'password'});
|
||||
chomp $$self{base_url};
|
||||
Debug("Base_url is ".$$self{base_url});
|
||||
} else {
|
||||
|
||||
Reference in new issue
Block a user