aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/dnskey.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-08-12 10:39:54 +0200
committerTobias Brunner <tobias@strongswan.org>2011-08-15 15:53:26 +0200
commit19e12db79c1f32714a6cea0186909e3c1b0c354b (patch)
treee8a50f5037310f3e71f61e0aa8738177762d854d /src/pluto/dnskey.c
parent6224a3448112263f6ac76230e3ee174fb6317e4c (diff)
downloadstrongswan-19e12db79c1f32714a6cea0186909e3c1b0c354b.tar.bz2
strongswan-19e12db79c1f32714a6cea0186909e3c1b0c354b.tar.xz
pluto: Some whitespace cleanup.
Diffstat (limited to 'src/pluto/dnskey.c')
-rw-r--r--src/pluto/dnskey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/dnskey.c b/src/pluto/dnskey.c
index 4f8e4ebf4..45d9ad0e2 100644
--- a/src/pluto/dnskey.c
+++ b/src/pluto/dnskey.c
@@ -1427,7 +1427,7 @@ err_t start_adns_query(identification_t *id, /* domain to query */
cr->sgw_specified = (sgw_id != NULL);
cr->sgw_id = cr->sgw_specified ?
sgw_id->clone(sgw_id) :
- identification_create_from_string("%any");
+ identification_create_from_string("%any");
cr->gateways_from_dns = NULL;
#ifdef USE_KEYRR
cr->keys_from_dns = NULL;