mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Constify the result of a config retrieval function, to avoid mutilation (issue 7983).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43364 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3452,7 +3452,7 @@ static struct ast_cli_entry cli_rtp[] = {
|
||||
int ast_rtp_reload(void)
|
||||
{
|
||||
struct ast_config *cfg;
|
||||
char *s;
|
||||
const char *s;
|
||||
|
||||
rtpstart = 5000;
|
||||
rtpend = 31000;
|
||||
|
||||
Reference in New Issue
Block a user