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:
Andrey Volk 2020-03-10 22:56:10 +04:00 committed by GitHub
commit 64da1fd098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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