Navigation



Ignore:
Timestamp:
Feb 18, 2020, 2:23:53 PM (4 years ago)
Author:
Luke Mewburn <luke@mewburn.net>
Branch:
default
Phase:
public
Message:

Fix compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_sip/multimediaauth.c

    r1088 r1405  
    5151        int found_cnonce=0;
    5252        struct avp * tempavp=NULL,*sipAuthentication=NULL,*sipAuthenticate=NULL;
    53         char * result;
     53        char * result = NULL;
    5454        char password[51];
    5555        int idx=0, number_of_auth_items=0,i=0, ret=0;
Note: See TracChangeset for help on using the changeset viewer.