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:
Kevin P. Fleming
2008-03-11 15:39:37 +00:00
parent 6735b03e45
commit acb73c7448

View File

@@ -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;