Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initialize pendingRequests variable, fixing requests handling
  • Loading branch information
Bernd Wachter committed Mar 11, 2013
1 parent 36bbf0f commit 8b7d073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libssu/ssu.cpp
Expand Up @@ -17,6 +17,7 @@ QTM_USE_NAMESPACE
Ssu::Ssu(QString fallbackLog): QObject(){
errorFlag = false;
fallbackLogPath = fallbackLog;
pendingRequests = 0;

#ifdef SSUCONFHACK
// dirty hack to make sure we can write to the configuration
Expand Down

0 comments on commit 8b7d073

Please sign in to comment.