From e8287a405e9a25fdcad29c754db2bce25a8ca5ea Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 13 Nov 2007 11:58:28 +0000 Subject: implemented IKE_SA initiation in manager --- src/manager/controller/auth_controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/manager/controller/auth_controller.c') diff --git a/src/manager/controller/auth_controller.c b/src/manager/controller/auth_controller.c index fd4a3c7a5..e9b86941a 100644 --- a/src/manager/controller/auth_controller.c +++ b/src/manager/controller/auth_controller.c @@ -60,7 +60,7 @@ static void check(private_auth_controller_t *this, request_t *request) if (username && password && this->manager->login(this->manager, username, password)) { - request->redirect(request, "status/ikesalist"); + request->redirect(request, "ikesa/list"); } else { -- cgit v1.2.3