[Openswan dev]

Harald Hoyer harald at redhat.com
Wed Dec 7 13:54:41 CET 2005


Could be reduced to:

> ------------------------------------------------------------------------
> 
> --- openswan-2.3.1/programs/pluto/ipsec_doi.c.cisco	2005-03-27 22:15:09.000000000 +0200
> +++ openswan-2.3.1/programs/pluto/ipsec_doi.c	2005-04-22 11:51:14.231560872 +0200
> @@ -2061,10 +2061,9 @@
>      && !(id->isaid_doi_specific_a == IPPROTO_UDP && id->isaid_doi_specific_b == IKE_UDP_PORT))
>      {
>  	loglog(RC_LOG_SERIOUS, "protocol/port in Phase 1 ID Payload must be 0/0 or %d/%d"
> 	    " but are %d/%d"
>  	    , IPPROTO_UDP, IKE_UDP_PORT
> 	    , id->isaid_doi_specific_a, id->isaid_doi_specific_b);
> -	return FALSE;
>      }
>  
>      peer.kind = id->isaid_idtype;
> 


More information about the Dev mailing list