diff --git a/src/mod/applications/mod_conference/conference_api.c b/src/mod/applications/mod_conference/conference_api.c index 7e566367fb..6b76cc4a39 100644 --- a/src/mod/applications/mod_conference/conference_api.c +++ b/src/mod/applications/mod_conference/conference_api.c @@ -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';