From: APTX Date: Wed, 11 Jul 2012 00:49:01 +0000 (+0200) Subject: Always ask for nat info X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=5870d5597ee8a5f5c3a660a873d62d1d8275e886;p=anidbudpclient.git Always ask for nat info --- 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; }