From 301af4a2e96204b9038d37810ee18ed176b6053d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 8 Nov 2017 17:18:56 +0100 Subject: [PATCH] TT#24097 Declare variable as my Change-Id: Id5aa7f7f3c0839564804102fb401e5422e676433 --- utils/rtpengine-ctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rtpengine-ctl b/utils/rtpengine-ctl index 93256e1fc..496d50673 100755 --- a/utils/rtpengine-ctl +++ b/utils/rtpengine-ctl @@ -2,7 +2,7 @@ use IO::Socket::INET; -$num_args = $#ARGV + 1; +my $num_args = $#ARGV + 1; if ( ($num_args == 0) or (($num_args == 1) && (($ARGV[0] eq "--help") or ($ARGV[0] eq "-h"))) ) {