[libss7-commits] mattf: branch mattf/bug13495 r228 - /team/mattf/bug13495/mtp3.c
SVN commits to the libss7 project
libss7-commits at lists.digium.com
Fri Dec 5 15:43:45 CST 2008
Author: mattf
Date: Fri Dec 5 15:43:44 2008
New Revision: 228
URL: http://svn.digium.com/view/libss7?view=rev&rev=228
Log:
Let's not complain if we can't find the SLC specified
Modified:
team/mattf/bug13495/mtp3.c
Modified: team/mattf/bug13495/mtp3.c
URL: http://svn.digium.com/view/libss7/team/mattf/bug13495/mtp3.c?view=diff&rev=228&r1=227&r2=228
==============================================================================
--- team/mattf/bug13495/mtp3.c (original)
+++ team/mattf/bug13495/mtp3.c Fri Dec 5 15:43:44 2008
@@ -1059,8 +1059,8 @@
struct mtp2 *winner = slc_to_mtp2(mtp2->master, rl->sls);
if (!winner) {
- ss7_error(ss7, "winner == NULL !!!\n");
- return -1;
+ /* Could not find the given slc */
+ return 0;
}
rlr.sls = rl->sls;
More information about the libss7-commits
mailing list