CID:1214255 Unused pointer value

This commit is contained in:
Michael Jerris 2014-05-15 12:34:50 +00:00
parent 19f3ab5182
commit 128601316f
1 changed files with 1 additions and 1 deletions

View File

@ -9097,7 +9097,7 @@ static conference_obj_t *conference_new(char *name, conf_xml_cfg_t cfg, switch_c
char buf[128] = "";
char *p;
if ((p = strchr(var, '_'))) {
if (strchr(var, '_')) {
switch_copy_string(buf, var, sizeof(buf));
for (p = buf; *p; p++) {
if (*p == '_') {