[libpri-commits] dhubbard: branch dhubbard/servicemessages r664 - /team/dhubbard/servicemessages/

SVN commits to the libpri project libpri-commits at lists.digium.com
Sun Jan 11 18:34:17 CST 2009


Author: dhubbard
Date: Sun Jan 11 18:34:17 2009
New Revision: 664

URL: http://svn.digium.com/svn-view/libpri?view=rev&rev=664
Log:
don't drop into the default post-handle maintenance case

Modified:
    team/dhubbard/servicemessages/q931.c

Modified: team/dhubbard/servicemessages/q931.c
URL: http://svn.digium.com/svn-view/libpri/team/dhubbard/servicemessages/q931.c?view=diff&rev=664&r1=663&r2=664
==============================================================================
--- team/dhubbard/servicemessages/q931.c (original)
+++ team/dhubbard/servicemessages/q931.c Sun Jan 11 18:34:17 2009
@@ -3679,6 +3679,7 @@
 				return -1;
 			}
 		}
+		return Q931_RES_HAVEEVENT;
 	default:
 		pri_error(pri, "!! Don't know how to post-handle maintenance message type %s (%d)\n", maintenance_msg2str(mh->msg), mh->msg);
 	}




More information about the libpri-commits mailing list