mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
[mod_verto] scan-build: Value stored to 'cur' is never read
This commit is contained in:
@@ -807,7 +807,6 @@ static void set_perm(const char *str, switch_event_t **event)
|
|||||||
if (!zstr(str)) {
|
if (!zstr(str)) {
|
||||||
edup = strdup(str);
|
edup = strdup(str);
|
||||||
switch_assert(edup);
|
switch_assert(edup);
|
||||||
cur = edup;
|
|
||||||
|
|
||||||
if (strchr(edup, ' ')) {
|
if (strchr(edup, ' ')) {
|
||||||
delim = ' ';
|
delim = ' ';
|
||||||
|
Reference in New Issue
Block a user