Revision: 40628
http://brlcad.svn.sourceforge.net/brlcad/?rev=40628&view=rev
Author: davidloman
Date: 2010-09-21 11:49:32 +0000 (Tue, 21 Sep 2010)
Log Message:
-----------
Bugfix: Add a return from springboard() fn call if NetMsgFactory fails to
properly parse a NetMsg.
Modified Paths:
--------------
rt^3/trunk/src/libNet/Portal.cxx
Modified: rt^3/trunk/src/libNet/Portal.cxx
===================================================================
--- rt^3/trunk/src/libNet/Portal.cxx 2010-09-21 11:43:30 UTC (rev 40627)
+++ rt^3/trunk/src/libNet/Portal.cxx 2010-09-21 11:49:32 UTC (rev 40628)
@@ -73,6 +73,7 @@
/* check to see if we deserialized the msg properly */
if (msg == 0) {
bu_log("WARNING! NetMsg failed to deserialize properly.\n");
+ return;
}
/* Route */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits