summaryrefslogtreecommitdiffstats
path: root/src/madc.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-09-07 23:42:04 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-09-07 23:42:04 +0200
commit406510059972fdbfb14bc8985980f52c655d5946 (patch)
treea71d11a0347d39d60c33103eb7ff608b547ff123 /src/madc.cpp
parentce10864739759813d7376e447fae96abef23598d (diff)
downloadmad-406510059972fdbfb14bc8985980f52c655d5946.tar
mad-406510059972fdbfb14bc8985980f52c655d5946.zip
Einige Requests und Pakettypen umbenannt
Diffstat (limited to 'src/madc.cpp')
-rw-r--r--src/madc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/madc.cpp b/src/madc.cpp
index f08be77..43b37d3 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -21,7 +21,7 @@
#include "Net/IPAddress.h"
#include "Net/Packet.h"
#include "Common/RequestManager.h"
-#include "Common/Request/CertificateRequest.h"
+#include "Common/Request/GSSAPIAuthRequest.h"
#include "Common/Request/DisconnectRequest.h"
#include "Common/Request/IdentifyRequest.h"
#include <iostream>
@@ -45,7 +45,7 @@ int main() {
requestManager.registerConnection(connection);
Mad::Common::Request::IdentifyRequest::send(connection, requestManager, "localhost");
- Mad::Common::Request::CertificateRequest::send(connection, requestManager, "host");
+ Mad::Common::Request::GSSAPIAuthRequest::send(connection, requestManager, "host");
Mad::Common::Request::DisconnectRequest::send(connection, requestManager);
while(connection->isConnected()) {