mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
1. Change to remove the compiling warning: "app_osplookup.c:2169: warning: initialization discards qualifiers from pointer target type"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2159,7 +2159,7 @@ static const char* descrip4 =
|
||||
" OSPFINISHSTATUS The status of the OSP Finish attempt as a text string, one of\n"
|
||||
" SUCCESS | FAILED | ERROR \n";
|
||||
|
||||
static const char osp_usage[] =
|
||||
static char osp_usage[] =
|
||||
"Usage: osp show\n"
|
||||
" Displays information on Open Settlement Protocol support\n";
|
||||
|
||||
|
Reference in New Issue
Block a user