mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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:
commit
d791dbb376
@ -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")) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user