Skip to content

Commit

Permalink
[airtunes] - use the temp password var when starting the airtunes ser…
Browse files Browse the repository at this point in the history
…ver for not activating password protection in accident when its disabled via gui
  • Loading branch information
Memphiz committed Apr 17, 2013
1 parent bc961fd commit 8c16791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/network/AirTunesServer.cpp
Expand Up @@ -521,7 +521,7 @@ bool CAirTunesServer::StartServer(int port, bool nonlocal, bool usePassword, con
}

ServerInstance = new CAirTunesServer(port, nonlocal);
if (ServerInstance->Initialize(password))
if (ServerInstance->Initialize(pw))
{
#ifndef TARGET_WINDOWS
ServerInstance->Create();
Expand Down

0 comments on commit 8c16791

Please sign in to comment.