manager can query and list IKE_SA status (no layout yet)

This commit is contained in:
Martin Willi
2007-09-13 07:45:04 +00:00
parent 28c5feddbd
commit b8c7453a82
16 changed files with 631 additions and 107 deletions
+5 -2
View File
@@ -123,9 +123,12 @@ static bool login(private_manager_t *this, char *username, char *password)
*/
static void logout(private_manager_t *this)
{
if (this->gateway)
{
this->gateway->destroy(this->gateway);
this->gateway = NULL;
}
this->user = 0;
this->gateway->destroy(this->gateway);
this->gateway = NULL;
}
/**