Skip to content

Commit

Permalink
Update osipsconsole
Browse files Browse the repository at this point in the history
missing semi-colon;
  • Loading branch information
jalung committed Jul 7, 2014
1 parent 2a547f6 commit 024a106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/osipsconsole
Expand Up @@ -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];
Expand Down Expand Up @@ -904,7 +903,7 @@ sub usage_dispatcher() {
"dispatcher dump ..................... show in memory dispatcher gateways\n" .
"dispatcher addgw <setid> <destination> <socket> <state> <weight> <attrs> [description]\n" .
" .......................... add gateway\n" .
"dispatcher rmgw <id> ................ delete gateway\n" .
"dispatcher rmgw <id> ................ delete gateway\n";
}


Expand Down

0 comments on commit 024a106

Please sign in to comment.