Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
2c35c210
Commit
2c35c210
authored
Feb 03, 2011
by
Pekka Pessi
Browse files
auth_client: fix error in auc_digest_authorization()
parent
4af75e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/iptsec/auth_client.c
libsofia-sip-ua/iptsec/auth_client.c
+1
-1
No files found.
libsofia-sip-ua/iptsec/auth_client.c
View file @
2c35c210
...
...
@@ -1048,7 +1048,7 @@ int auc_digest_authorization(auth_client_t *ca,
if
(
!
su_casenmatch
(
pass
,
"HA1+"
,
4
))
return
0
;
ha1
+
=
pass
+
4
;
ha1
=
pass
+
4
;
ar
->
ar_size
=
sizeof
(
ar
);
ar
->
ar_username
=
user
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment