Fixed compiler warning about missing return value
This commit is contained in:
@@ -484,6 +484,7 @@ static void* fetch_thread(void *arg)
|
|||||||
fetch_ocsp();
|
fetch_ocsp();
|
||||||
fetch_crls(cache_crls);
|
fetch_crls(cache_crls);
|
||||||
}
|
}
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif /* THREADS*/
|
#endif /* THREADS*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user