mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
Staticize one, and Constify a bunch of usage strings for CLI commands.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48303 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1153,11 +1153,11 @@ static int udptl_nodebug(int fd, int argc, char *argv[])
|
||||
return RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
static char debug_usage[] =
|
||||
static const char debug_usage[] =
|
||||
"Usage: udptl debug [ip host[:port]]\n"
|
||||
" Enable dumping of all UDPTL packets to and from host.\n";
|
||||
|
||||
static char nodebug_usage[] =
|
||||
static const char nodebug_usage[] =
|
||||
"Usage: udptl debug off\n"
|
||||
" Disable all UDPTL debugging\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user