[FreeNX-kNX] [PATCH 4/5] Performs session after setting the values
Otavio Salvador
otavio at ossystems.com.br
Fri Nov 7 17:10:26 UTC 2008
From: Luis Gustavo S. Barreto <gustavo at ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
nxcl/nxcl/nxcl.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/nxcl/nxcl/nxcl.cpp b/nxcl/nxcl/nxcl.cpp
index fb7e9cb..eaf843b 100644
--- a/nxcl/nxcl/nxcl.cpp
+++ b/nxcl/nxcl/nxcl.cpp
@@ -446,6 +446,7 @@ Nxcl::startTheNXConnection (void)
// First things first; set the sessionData.
// FIXME: Should check if this->sessionData has been set.
this->nxclientlib.setSessionData (&this->sessionData);
+ this->nxclientlib.runSession();
this->nxclientlib.setUsername (this->nxuser);
this->nxclientlib.setPassword (this->nxpass);
--
1.6.0.3.640.g6331a
More information about the FreeNX-kNX
mailing list