Merge pull request #327 from dragos-oancea/sofia-iptsec-val-never-read

[sofia-sip] scan-build: Value stored to 'phrase' is never read - auth_check_digest()
This commit is contained in:
Andrey Volk 2020-02-12 22:08:52 +04:00 committed by GitHub
commit d791dbb376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -690,8 +690,6 @@ void auth_check_digest(auth_mod_t *am,
return;
}
phrase = "Bad authorization";
#define PA "Authorization missing "
if ((!ar->ar_username && (phrase = PA "username")) ||