Skip to content

Commit

Permalink
attempted error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 11, 2016
1 parent 337a929 commit 5b5390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/DownloadManager.cpp
Expand Up @@ -38,7 +38,7 @@ void DownloadManager::Shutdown()
managerShutdown = true;
pthread_mutex_unlock(&downloadAddLock);
pthread_mutex_unlock(&downloadLock);
if (downloadThread)
if (downloadThread != 0)
pthread_join(downloadThread, NULL);
}

Expand Down

0 comments on commit 5b5390f

Please sign in to comment.