Revision 369c86e7 slirp/tcp_subr.c

b/slirp/tcp_subr.c
857 857
				if (p == 7071)
858 858
				   p = 0;
859 859
				*(u_char *)bptr++ = (p >> 8) & 0xff;
860
				*(u_char *)bptr++ = p & 0xff;
860
                                *(u_char *)bptr = p & 0xff;
861 861
				ra = 0;
862 862
				return 1;   /* port redirected, we're done */
863 863
				break;

Also available in: Unified diff