|
Lines 73-79
Link Here
|
| 73 |
|
73 |
|
| 74 |
nonce = osip_proxy_authorization_get_nonce (p_auth); |
74 |
nonce = osip_proxy_authorization_get_nonce (p_auth); |
| 75 |
opaque = osip_proxy_authorization_get_opaque (p_auth); |
75 |
opaque = osip_proxy_authorization_get_opaque (p_auth); |
| 76 |
if (opaque == NULL || nonce == NULL) |
76 |
if (nonce == NULL) |
| 77 |
return -1; |
77 |
return -1; |
| 78 |
|
78 |
|
| 79 |
realm = osip_proxy_authorization_get_realm (p_auth); |
79 |
realm = osip_proxy_authorization_get_realm (p_auth); |