From: Andreas Steffen Date: Tue, 2 Feb 2010 18:44:34 +0000 (+0100) Subject: renamed init_fetch() to fetch_initialize() X-Git-Tag: 4.3.6~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=889ff9389b5c5cf1e889aed754816e35d8b02d70;p=thirdparty%2Fstrongswan.git renamed init_fetch() to fetch_initialize() --- diff --git a/src/pluto/fetch.c b/src/pluto/fetch.c index ecdadb2ebc..6172165bd9 100644 --- a/src/pluto/fetch.c +++ b/src/pluto/fetch.c @@ -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) { diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index a1eb50e692..8b922df8ce 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -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 */