Navigation


Changeset 159:94898702db87 in freeDiameter


Ignore:
Timestamp:
Jan 20, 2010, 5:32:35 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/p_psm.c

    r154 r159  
    544544                                /* Destroy the connection, restart the timer to a new connection attempt */
    545545                                fd_psm_next_timeout(peer, 1, peer->p_hdr.info.config.pic_tctimer ?: fd_g_config->cnf_timer_tc);
     546                               
     547                        case STATE_CLOSED:
    546548                                goto psm_reset;
    547                                
    548                         case STATE_CLOSED:
    549                                 /* Just ignore */
    550                                 break;
    551549                               
    552550                        case STATE_CLOSING:
Note: See TracChangeset for help on using the changeset viewer.