Merged revisions 127398 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r127398 | seanbright | 2008-07-02 10:30:09 -0400 (Wed, 02 Jul 2008) | 1 line

Fix a bug I noticed while doing the previous merge
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@127399 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Sean Bright 18 years ago
parent bbf18851a6
commit be28cb0858

@ -228,7 +228,7 @@ done:
ast_free(lastdata);
ast_free(uniqueid);
return 0;
return res;
}
static char *anti_injection(const char *str, int len)

Loading…
Cancel
Save