mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-03 12:25:35 +00:00
Merged revisions 107525 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r107525 | kpfleming | 2008-03-11 10:39:37 -0500 (Tue, 11 Mar 2008) | 2 lines fix another potential bug found by gcc 4.3 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@107526 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2554,7 +2554,8 @@ static struct ast_channel *vpb_request(const char *type, int format, void *vdata
|
||||
int oldformat;
|
||||
struct vpb_pvt *p;
|
||||
struct ast_channel *tmp = NULL;
|
||||
char *s, *sepstr, *data = (char *)vdata, *name;
|
||||
char *sepstr, *data = (char *)vdata, *name;
|
||||
const char *s;
|
||||
int group = -1;
|
||||
|
||||
oldformat = format;
|
||||
|
||||
Reference in New Issue
Block a user