From 5870d5597ee8a5f5c3a660a873d62d1d8275e886 Mon Sep 17 00:00:00 2001 From: APTX Date: Wed, 11 Jul 2012 02:49:01 +0200 Subject: [PATCH] Always ask for nat info --- authcommand.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/authcommand.cpp b/authcommand.cpp index ba39c14..ca1ad98 100644 --- a/authcommand.cpp +++ b/authcommand.cpp @@ -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; } -- 2.52.0