SF.net SVN: fclient:[760] trunk/fclient/src/fclient/lib/fcp2/client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-27 11:12:29
|
Revision: 760
http://fclient.svn.sourceforge.net/fclient/?rev=760&view=rev
Author: jUrner
Date: 2008-07-27 11:12:38 +0000 (Sun, 27 Jul 2008)
Log Message:
-----------
minor change
Modified Paths:
--------------
trunk/fclient/src/fclient/lib/fcp2/client.py
Modified: trunk/fclient/src/fclient/lib/fcp2/client.py
===================================================================
--- trunk/fclient/src/fclient/lib/fcp2/client.py 2008-07-27 11:11:47 UTC (rev 759)
+++ trunk/fclient/src/fclient/lib/fcp2/client.py 2008-07-27 11:12:38 UTC (rev 760)
@@ -479,7 +479,7 @@
if result:
self.sendMessage(
message.MsgClientHello(
- Name=self._connectionName,
+ Name=self.getConnectionName(),
ExpectedVersion=self.ExpectedFcpVersion,
)
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|