diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-09 23:25:58 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-01-09 23:25:58 +0000 |
commit | 2db59fdae5e49053c5cee5fe354e1ebddb555d7b (patch) | |
tree | 69d2364073efc2a2b8dedac3360a2fe2e7b739ae /src | |
parent | 4629a60463779571db28e67adb8cba3a19d2b9fc (diff) | |
download | strongswan-2db59fdae5e49053c5cee5fe354e1ebddb555d7b.tar.bz2 strongswan-2db59fdae5e49053c5cee5fe354e1ebddb555d7b.tar.xz |
cosmetics
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/plutomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c index f8cc75cde..4a4f30acf 100644 --- a/src/pluto/plutomain.c +++ b/src/pluto/plutomain.c @@ -599,7 +599,7 @@ main(int argc, char **argv) init_nat_traversal(nat_traversal, keep_alive, force_keepalive, nat_t_spf); init_virtual_ip(virtual_private); scx_init(pkcs11_module_path); /* load and initialize PKCS #11 module */ - xauth_init(); /* load and initialize XAUTH module */ + xauth_init(); /* load and initialize XAUTH module */ init_rnd_pool(); init_secret(); init_states(); |