summaryrefslogtreecommitdiff
path: root/includes/TaskMan.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/TaskMan.h')
-rw-r--r--includes/TaskMan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/TaskMan.h b/includes/TaskMan.h
index 1f35c1e..e928907 100644
--- a/includes/TaskMan.h
+++ b/includes/TaskMan.h
@@ -106,7 +106,7 @@ class TaskMan {
bool m_stopped = false;
bool m_allowedToSignal = false;
ev::timer m_curlTimer;
- CURLM * m_curlMulti = false;
+ CURLM * m_curlMulti = NULL;
int m_curlStillRunning = 0;
bool m_curlGotNewHandles = false;
static int curlSocketCallbackStatic(CURL * easy, curl_socket_t s, int what, void * userp, void * socketp);