Skip to content

Commit

Permalink
fixed: make sure that m_retry is always initialized (missed a constru…
Browse files Browse the repository at this point in the history
…ctor in my last commit).

git-svn-id: http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC@16058 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
monkeyman_67156 authored and elan committed Oct 29, 2008
1 parent 23febb2 commit d8d66af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/utils/IMDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ using namespace HTML;
//////////////////////////////////////////////////////////////////////
CIMDB::CIMDB()
{
m_retry = false;
}

CIMDB::CIMDB(const CStdString& strProxyServer, int iProxyPort)
Expand Down

0 comments on commit d8d66af

Please sign in to comment.