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:
Michael Jerris
2006-10-05 03:11:09 +00:00
parent 26f5e1c6ce
commit 4e9be89ad6
4 changed files with 289 additions and 285 deletions
+1 -1
View File
@@ -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++) {