summaryrefslogtreecommitdiffstats
path: root/servers/fpga_programming_server_lin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-19 12:50:53 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-19 12:50:53 -0500
commit851d4c9bea54059b375cc6b90b08887bc2ed3e25 (patch)
tree0f39f5dd776c5fee9eee62b8e599d5806c43f32b /servers/fpga_programming_server_lin
parent9178fa8161fa97247a4b660e0eaa5c1a763969d6 (diff)
downloadulab-851d4c9bea54059b375cc6b90b08887bc2ed3e25.tar.gz
ulab-851d4c9bea54059b375cc6b90b08887bc2ed3e25.zip
Add administration console
Diffstat (limited to 'servers/fpga_programming_server_lin')
-rw-r--r--servers/fpga_programming_server_lin/src/fpga_conn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/fpga_programming_server_lin/src/fpga_conn.cpp b/servers/fpga_programming_server_lin/src/fpga_conn.cpp
index 406c76c..cd8ed0b 100644
--- a/servers/fpga_programming_server_lin/src/fpga_conn.cpp
+++ b/servers/fpga_programming_server_lin/src/fpga_conn.cpp
@@ -139,7 +139,7 @@ void FPGASocket::finishKerberosHandshake() {
masterRealm = "(NULL)";
}
if ((m_authenticatedUserName != masterUser) || (m_authenticatedRealmName != masterRealm)) {
- printf("[DEBUG] Connection from %s closed due to authentication failure (attempted connection as user %s@%s)\n\r", m_remoteHost.ascii(), masterUser.ascii(), masterRealm.ascii());
+ printf("[DEBUG] Connection from %s closed due to authentication failure (attempted connection as user %s@%s)\n\r", m_remoteHost.ascii(), m_authenticatedUserName.ascii(), m_authenticatedRealmName.ascii());
close();
return;
}