mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
Merge pull request #2764 from signalwire/coverity_conf
[mod_conference] Coverity 1320840 Logically dead code. Execution cannot reach this statement: d = ";"
This commit is contained in:
commit
cde827dbf2
@ -2133,7 +2133,7 @@ switch_status_t conference_api_sub_list(conference_obj_t *conference, switch_str
|
||||
d = argv[2 + argofs];
|
||||
|
||||
if (*d == '"') {
|
||||
if (++d) {
|
||||
if (*(++d)) {
|
||||
char *p;
|
||||
if ((p = strchr(d, '"'))) {
|
||||
*p = '\0';
|
||||
|
Loading…
x
Reference in New Issue
Block a user