]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[sofia-sip] scan-build: Value stored to 'phrase' is never read - auth_check_digest() 327/head
authorDragos Oancea <dragos@signalwire.com>
Wed, 12 Feb 2020 00:49:17 +0000 (00:49 +0000)
committerDragos Oancea <dragos@signalwire.com>
Wed, 12 Feb 2020 00:49:17 +0000 (00:49 +0000)
libs/sofia-sip/libsofia-sip-ua/iptsec/auth_module.c

index 9d29957cf0f022de97ddcb26e6756cdec5fe3016..8d121faeecf2b0b53bf0557cf6fac0e5945f3260 100644 (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")) ||