Revision: 40648
http://brlcad.svn.sourceforge.net/brlcad/?rev=40648&view=rev
Author: davidloman
Date: 2010-09-22 18:32:28 +0000 (Wed, 22 Sep 2010)
Log Message:
-----------
forgot to init listeningFD to -1 in cstr. Avoiding badness.
Modified Paths:
--------------
rt^3/trunk/src/libPkgCpp/PkgServer.cxx
Modified: rt^3/trunk/src/libPkgCpp/PkgServer.cxx
===================================================================
--- rt^3/trunk/src/libPkgCpp/PkgServer.cxx 2010-09-22 18:28:48 UTC (rev
40647)
+++ rt^3/trunk/src/libPkgCpp/PkgServer.cxx 2010-09-22 18:32:28 UTC (rev
40648)
@@ -31,6 +31,7 @@
PkgServer::PkgServer(std::string proto)
{
this->proto = proto;
+ this->listenFD = -1;
}
PkgServer::~PkgServer()
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