This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#14008 set getopt require_order to avoid confusing errors
closes
#1240
Change-Id: I4a9b7efb8e52f322916fa4368b80985946eb320d
pull/1285/head
Richard Fuchs
5 years ago
parent
0ae9967404
commit
c939c977ec
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
utils/rtpengine-ctl
+ 2
- 0
utils/rtpengine-ctl
View File
@ -12,6 +12,8 @@ my $port;
my $conffile = '/etc/rtpengine/rtpengine.conf';
my $listen;
Getopt::Long::Configure('require_order');
my $optret = GetOptions(
'help|h' => sub { showusage(); exit 0; },
'ip=s' => \$ip,
Write
Preview
Loading…
Cancel
Save