mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
update windows sofia build to latest release.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2972 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -371,8 +371,8 @@ static auth_res_t parse_auth(sofia_profile_t *profile, sip_authorization_t const
|
||||
char *nonce, *uri, *qop, *cnonce, *nc, *response, *input = NULL, *input2 = NULL;
|
||||
auth_res_t ret = AUTH_OK;
|
||||
char *npassword = NULL;
|
||||
nonce = uri = qop = cnonce = nc = response = NULL;
|
||||
int cnt = 0;
|
||||
nonce = uri = qop = cnonce = nc = response = NULL;
|
||||
|
||||
if (authorization->au_params) {
|
||||
for(index = 0; (cur=(char*)authorization->au_params[index]); index++) {
|
||||
|
||||
Reference in New Issue
Block a user