mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 05:56:12 +00:00
[mod_conference] Coverity 1320840 Logically dead code. Execution cannot reach this statement: d = ";"
This commit is contained in:
parent
76458fafc5
commit
d269193c35
@ -2133,7 +2133,7 @@ switch_status_t conference_api_sub_list(conference_obj_t *conference, switch_str
|
|||||||
d = argv[2 + argofs];
|
d = argv[2 + argofs];
|
||||||
|
|
||||||
if (*d == '"') {
|
if (*d == '"') {
|
||||||
if (++d) {
|
if (*(++d)) {
|
||||||
char *p;
|
char *p;
|
||||||
if ((p = strchr(d, '"'))) {
|
if ((p = strchr(d, '"'))) {
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user