summaryrefslogtreecommitdiffstats
path: root/clients/tde/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-26 21:52:21 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-26 21:52:21 -0500
commit9c9085621bf01f9b39e15eb856ff521ecb01fccf (patch)
tree0d912f472a89ffccbcc3bb79ceed6a2b3a350118 /clients/tde/src
parentb2f2dba837c0d28bf73ec36933af901f484633f5 (diff)
downloadulab-9c9085621bf01f9b39e15eb856ff521ecb01fccf.tar.gz
ulab-9c9085621bf01f9b39e15eb856ff521ecb01fccf.zip
Fix krb client/server sockets
Diffstat (limited to 'clients/tde/src')
-rw-r--r--clients/tde/src/app/remotemdi.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/tde/src/app/remotemdi.cpp b/clients/tde/src/app/remotemdi.cpp
index 9d40365..4d355e3 100644
--- a/clients/tde/src/app/remotemdi.cpp
+++ b/clients/tde/src/app/remotemdi.cpp
@@ -174,6 +174,7 @@ void RemoteMDI::promptForStationType() {
ds << TQString("BIND");
ds << select.m_selectedStation;
ds >> result;
+printf("[RAJA DEBUG 100.0] '%s'\n\r", result.ascii()); fflush(stdout);
if (result == "OK") {
// Success, do nothing
}