mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
fix another potential bug found by gcc 4.3
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@107525 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