Merge pull request #333 from dragos-oancea/sofia-sip_extra-val_never_read

[sofia-sip] scan-build: Value stored to 'ci' during its initialization is never read - sip_info_d()
This commit is contained in:
Andrey Volk 2020-02-12 22:46:39 +04:00 committed by GitHub
commit 75904672fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ issize_t sip_if_match_e(char b[], isize_t bsiz, sip_header_t const *h, int f)
static
issize_t sip_info_d(su_home_t *home, sip_header_t *h, char *s, isize_t slen)
{
sip_call_info_t *ci = h->sh_call_info;
sip_call_info_t *ci;
char *end;
for(;;) {