[sofia-sip] scan-build: Value stored to 'ci' during its initialization is never read - sip_info_d()

This commit is contained in:
Dragos Oancea 2020-02-12 01:49:43 +00:00
parent 1b66e76548
commit c1adea0f49
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(;;) {