[svn-commits] mattf: trunk r166 - /trunk/isup.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 13 14:44:21 CDT 2008


Author: mattf
Date: Tue May 13 14:44:20 2008
New Revision: 166

URL: http://svn.digium.com/view/libss7?view=rev&rev=166
Log:
Don't throw an error when don't output an event for a message

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?view=diff&rev=166&r1=165&r2=166
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Tue May 13 14:44:20 2008
@@ -2886,8 +2886,7 @@
 			e->far.call = c;
 			return 0;
 		default:
-			ss7_error(ss7, "!! Unable to handle message type %s\n", message2str(mh->type));
-			return -1;
+			return 0;
 	}
 }
 




More information about the svn-commits mailing list