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:
stan 2005-06-12 17:06:18 +00:00
parent 879add6b74
commit cf7b29650e
1 changed files with 1 additions and 1 deletions

View File

@ -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 )