From 2db59fdae5e49053c5cee5fe354e1ebddb555d7b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 9 Jan 2007 23:25:58 +0000 Subject: [PATCH] cosmetics --- src/pluto/plutomain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();