Commit 238bf411 authored by berge's avatar berge
Browse files

Fixed compilation errors

parent 92a60743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ group rfc3775Mipv6_ExtHdrFunctions {
		
		// modified by AMB to easily send packets with wrong mobileHdrLen
		//calc mobileHeaderLen
		if (p_mobileHeader.headerLen == c_1ZeroByte ) {
		if (p_mobileHeader.headerLen == c_uInt8Zero ) {
			p_mobileHeader.headerLen := fx_mipHeaderLength(p_mobileHeader);
		}