]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
renamed init_fetch() to fetch_initialize()
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 2 Feb 2010 18:44:34 +0000 (19:44 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 2 Feb 2010 18:44:34 +0000 (19:44 +0100)
src/pluto/fetch.c
src/pluto/plutomain.c

index ecdadb2ebcdcbc66bbe3a10a4615aeabbabbcaac..6172165bd9cb91d404f54cd64665d4b880c42f04 100644 (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)
        {
index a1eb50e692e2c4ac16d411e7ed525683bcfef07b..8b922df8ce7f4b10f50a6dfdcc882c862eb38c89 100644 (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 */