diff options
author | Andreas Steffen <andreas@strongswan.org> | 2009-11-04 14:28:10 +0100 |
---|---|---|
committer | Andreas Steffen <andreas@strongswan.org> | 2009-11-04 14:28:20 +0100 |
commit | efab9f551de0e8845a340cf00ad181153d8a025a (patch) | |
tree | 307d7b7d364c598eaab2eeb5543706c8989ac957 /src | |
parent | fae322219f9025fe75b4225d6f174b2096cd60e6 (diff) | |
download | strongswan-efab9f551de0e8845a340cf00ad181153d8a025a.tar.bz2 strongswan-efab9f551de0e8845a340cf00ad181153d8a025a.tar.xz |
removed redundant and buggy debug statement
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/ac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/ac.c b/src/pluto/ac.c index 3b9f9f2e0..310c4e78d 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; } |