[libss7-commits] mattf: trunk r82 - /trunk/mtp3.c
libss7-commits at lists.digium.com
libss7-commits at lists.digium.com
Mon May 14 15:29:23 MST 2007
Author: mattf
Date: Mon May 14 17:29:22 2007
New Revision: 82
URL: http://svn.digium.com/view/libss7?view=rev&rev=82
Log:
Make sure we update our internal state to be up when we give an up event.
Modified:
trunk/mtp3.c
Modified: trunk/mtp3.c
URL: http://svn.digium.com/view/libss7/trunk/mtp3.c?view=diff&rev=82&r1=81&r2=82
==============================================================================
--- trunk/mtp3.c (original)
+++ trunk/mtp3.c Mon May 14 17:29:22 2007
@@ -288,6 +288,7 @@
return -1;
}
e->e = SS7_EVENT_UP;
+ ss7->state = SS7_STATE_UP;
}
return 0;
} else {
More information about the libss7-commits
mailing list