Removed extraneous introduced slash.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1454 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
879add6b74
commit
cf7b29650e
|
@ -160,7 +160,7 @@ sub sendCmd
|
|||
$ua->agent( "ZoneMinder Control Agent/".ZM_VERSION );
|
||||
|
||||
#print( "http://$address/$cmd\n" );
|
||||
my $req = HTTP::Request->new( GET=>"http://$address/$cmd" );
|
||||
my $req = HTTP::Request->new( GET=>"http://$address$cmd" );
|
||||
my $res = $ua->request($req);
|
||||
|
||||
if ( $res->is_success )
|
||||
|
|
Loading…
Reference in New Issue