From 024a10647f69c19fe6b0d72307f8fa036895e336 Mon Sep 17 00:00:00 2001 From: jalung Date: Mon, 7 Jul 2014 12:33:01 -0400 Subject: [PATCH] Update osipsconsole missing semi-colon; --- scripts/osipsconsole | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/osipsconsole b/scripts/osipsconsole index 72316d26df9..2e65e47e8b1 100755 --- a/scripts/osipsconsole +++ b/scripts/osipsconsole @@ -259,7 +259,6 @@ while ( $#content gt -1 ){ } } elsif ( $arr[0] eq "MI_CONNECTOR" ) { - print "bla"; $MI_CONNECTOR = $arr[1]; @list = split(":",$arr[1]); $CTLENGINE = $list[0]; @@ -904,7 +903,7 @@ sub usage_dispatcher() { "dispatcher dump ..................... show in memory dispatcher gateways\n" . "dispatcher addgw [description]\n" . " .......................... add gateway\n" . - "dispatcher rmgw ................ delete gateway\n" . + "dispatcher rmgw ................ delete gateway\n"; }