[mod_conference] Coverity 1320840 Logically dead code. Execution cannot reach this statement: d = ";"

This commit is contained in:
Andrey Volk 2025-02-17 23:52:28 +03:00
parent 76458fafc5
commit d269193c35

View File

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