]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_conference] Coverity 1320840 Logically dead code. Execution cannot reach this... 2764/head
authorAndrey Volk <andywolk@gmail.com>
Mon, 17 Feb 2025 20:52:28 +0000 (23:52 +0300)
committerAndrey Volk <andywolk@gmail.com>
Mon, 17 Feb 2025 20:52:28 +0000 (23:52 +0300)
src/mod/applications/mod_conference/conference_api.c

index 7e566367fbaa424f8bc04e1956ad5e9d33c8e593..6b76cc4a39f1a90ea7610a74cc1857374c8eb0b6 100644 (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';