mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-23 16:05:30 -07:00
New option in trunk, needs strdupa to be safe, too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97365 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -2816,7 +2816,7 @@ int main(int argc, char *argv[])
|
||||
rungroup = ast_strdupa(optarg);
|
||||
break;
|
||||
case 's':
|
||||
remotesock = optarg;
|
||||
remotesock = ast_strdupa(optarg);
|
||||
break;
|
||||
case '?':
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user