Commit bb2b1fcb authored by schmitting's avatar schmitting
Browse files

minor change

parent 1b946c9b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1108,7 +1108,7 @@ group establishSAFns {
			
		//TODO tunnel mode	
		}
		// wait for IKE_SA_INIT
		// wait for IKE_SA_INIT response
		v_ret := f_waitForIkeSaInitres(p_addrIut,p_addrTn);
		// calculate and store the seven secrets
		vc_ikeSad[0].sevenSecrets := f_calculateSevenSecrets(vc_ikeSad[0]);
@@ -1191,6 +1191,9 @@ group establishSAFns {
			)
		);
		
		// wait for IKE_AUTH response
		v_ret := f_waitForIkeAuthres(p_dst,p_src);

		return v_ret;
														
	}//end f_ikeAuthUp_forEsp