Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107886
Collapse All | Expand All

(-)partysip-2.2.3/plugin/auth/auth.c.orig (-1 / +1 lines)
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);

Return to bug 107886