Ignore:
Timestamp:
Nov 3, 2007 1:46:03 AM (16 years ago)
Author:
bennylp
Message:

Ticket #410: Endless authentication retries when 401/407 response contains no challenge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_errno.c

    r1488 r1539  
    105105    PJ_BUILD_ERR( PJSIP_EAUTHINNONCE,      "Invalid nonce value in authentication challenge"), 
    106106    PJ_BUILD_ERR( PJSIP_EAUTHINAKACRED,    "Invalid AKA credential"), 
     107    PJ_BUILD_ERR( PJSIP_EAUTHNOCHAL,       "No challenge is found"), 
    107108 
    108109    /* UA/dialog layer. */ 
Note: See TracChangeset for help on using the changeset viewer.