mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
More contributed BSD enhancements
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -808,7 +808,7 @@ static unsigned int get_group(char *s)
|
||||
char *piece;
|
||||
int start, finish,x;
|
||||
unsigned int group = 0;
|
||||
char *copy = strdupa(s);
|
||||
char *copy = ast_strdupa(s);
|
||||
char *stringp=NULL;
|
||||
if (!copy) {
|
||||
ast_log(LOG_ERROR, "Out of memory\n");
|
||||
|
Reference in New Issue
Block a user