You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
273 B

  1. --- a/src/racoon/isakmp_xauth.c
  2. +++ b/src/racoon/isakmp_xauth.c
  3. @@ -376,6 +376,7 @@ xauth_reply(iph1, port, id, res)
  4. struct ph1handle *iph1;
  5. int port;
  6. int id;
  7. + int res;
  8. {
  9. struct xauth_state *xst = &iph1->mode_cfg->xauth;
  10. char *usr = xst->authdata.generic.usr;