XAUTH interoperability with Cisco

This commit is contained in:
Andreas Steffen
2007-01-29 07:43:34 +00:00
parent f527c5a288
commit ef05d8465b
3 changed files with 14 additions and 7 deletions
+3 -5
View File
@@ -910,6 +910,7 @@ xauth_inI0(struct msg_digest *md)
if (stat == STF_OK)
{
st->st_xauth.started = TRUE;
st->st_msgid = 0;
return STF_OK;
}
else
@@ -988,11 +989,8 @@ xauth_inR1(struct msg_digest *md)
plog("sending XAUTH status:");
stat_build = modecfg_build_msg(st, &md->rbody
, ISAKMP_CFG_SET
, &ia
, isama_id);
if (stat_build != STF_OK)
stat_build = modecfg_send_msg(st, ISAKMP_CFG_SET, &ia);
if (stat_build != STF_OK)
return stat_build;
return STF_OK;
}