Changeset 182

Show
Ignore:
Timestamp:
11/06/07 08:49:01 (10 months ago)
Author:
sip
Message:

Fixed another bug on create frame

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • app_h324m/app_h324m.c

    r181 r182  
    224224 
    225225                        /* Check length*/ 
    226                         if(framelength>2
     226                        if(framelength>3
    227227                        { 
    228228                                /* Try to find begining of frame */ 
     
    711711                                                /* Delete frame */ 
    712712                                                ast_frfree(f); 
     713                                                /* Save cause */ 
     714                                                reason = pseudo->hangupcause; 
    713715                                                /* exit */ 
    714716                                                goto hangup_pseudo; 
     
    10111013                                                /* Delete frame */ 
    10121014                                                ast_frfree(f); 
     1015                                                /* Save cause */ 
     1016                                                reason = pseudo->hangupcause; 
    10131017                                                /* exit */ 
    10141018                                                goto hangup_pseudo; 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software