[libpri-commits] rmudgett: branch 1.4 r1883 - /branches/1.4/q921.c
    SVN commits to the libpri project 
    libpri-commits at lists.digium.com
       
    Wed Aug 25 11:38:31 CDT 2010
    
    
  
Author: rmudgett
Date: Wed Aug 25 11:38:29 2010
New Revision: 1883
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1883
Log:
Don't silently fail to post our fake MDL-ERROR(Z).
Modified:
    branches/1.4/q921.c
Modified: branches/1.4/q921.c
URL: http://svnview.digium.com/svn/libpri/branches/1.4/q921.c?view=diff&rev=1883&r1=1882&r2=1883
==============================================================================
--- branches/1.4/q921.c (original)
+++ branches/1.4/q921.c Wed Aug 25 11:38:29 2010
@@ -1312,7 +1312,7 @@
 
 static void q921_restart_ptp_link_if_needed(struct pri *ctrl)
 {
-	if (PTP_MODE(ctrl) && ctrl->mdl_error == 0) {
+	if (PTP_MODE(ctrl)) {
 		q921_mdl_error(ctrl, 'Z');
 	}
 }
    
    
More information about the libpri-commits
mailing list