renamed init_fetch() to fetch_initialize()

This commit is contained in:
Andreas Steffen
2010-02-02 19:44:34 +01:00
parent 41faec0791
commit 889ff9389b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ static void* fetch_thread(void *arg)
/**
* Initializes curl and starts the fetching thread
*/
void init_fetch(void)
void fetch_initialize(void)
{
if (crl_check_interval > 0)
{
+1 -1
View File
@@ -674,7 +674,7 @@ int main(int argc, char **argv)
init_kernel();
init_adns();
init_myid();
init_fetch();
fetch_initialize();
ac_initialize();
/* drop unneeded capabilities and change UID/GID */