mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
[sofia-sip] scan-build: Value stored to 'phrase' is never read - auth_check_digest()
This commit is contained in:
parent
1b66e76548
commit
828a668458
@ -690,8 +690,6 @@ void auth_check_digest(auth_mod_t *am,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
phrase = "Bad authorization";
|
|
||||||
|
|
||||||
#define PA "Authorization missing "
|
#define PA "Authorization missing "
|
||||||
|
|
||||||
if ((!ar->ar_username && (phrase = PA "username")) ||
|
if ((!ar->ar_username && (phrase = PA "username")) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user