From: Andreas Steffen Date: Wed, 4 Nov 2009 13:28:10 +0000 (+0100) Subject: removed redundant and buggy debug statement X-Git-Tag: 4.3.6~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efab9f551de0e8845a340cf00ad181153d8a025a;p=thirdparty%2Fstrongswan.git removed redundant and buggy debug statement --- diff --git a/src/pluto/ac.c b/src/pluto/ac.c index 3b9f9f2e0d..310c4e78db 100644 --- a/src/pluto/ac.c +++ b/src/pluto/ac.c @@ -193,7 +193,6 @@ void ac_load_certs(void) enumerator = enumerator_create_directory(A_CERT_PATH); if (!enumerator) { - DBG1(" reading directory '%s' failed"); return; }