Merge pull request #477 from dragos-oancea/mod_verto-cur-val-never-read
[mod_verto] scan-build: Value stored to 'cur' is never read
This commit is contained in:
commit
64da1fd098
|
@ -807,7 +807,6 @@ static void set_perm(const char *str, switch_event_t **event)
|
|||
if (!zstr(str)) {
|
||||
edup = strdup(str);
|
||||
switch_assert(edup);
|
||||
cur = edup;
|
||||
|
||||
if (strchr(edup, ' ')) {
|
||||
delim = ' ';
|
||||
|
|
Loading…
Reference in New Issue