]> Some of my projects - anidbudpclient.git/commitdiff
Always ask for nat info
authorAPTX <marek321@gmail.com>
Wed, 11 Jul 2012 00:49:01 +0000 (02:49 +0200)
committerAPTX <marek321@gmail.com>
Wed, 11 Jul 2012 00:49:01 +0000 (02:49 +0200)
authcommand.cpp

index ba39c145a7fdd3953fcec948ccf37b560b6b196b..ca1ad985b92cdf605d564f5aea2d677c8bdbbf94 100644 (file)
@@ -69,6 +69,7 @@ Command AuthCommand::rawCommand() const
        command.second["clientver"] = Client::clientVersion;
        command.second["enc"] = "UTF8";
        command.second["comp"] = m_compression;
+       command.second["nat"] = 1;
        return command;
 }