Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2009 10:40:03 -0700
From:      Pavel Kalousek <mefistofelez@hotmail.com>
To:        <svn-src-stable-7@freebsd.org>
Subject:   Help
Message-ID:  <BAY123-W356B64AAAE9D3949DB394D0070@phx.gbl>
In-Reply-To: <20090810120031.027341065795@hub.freebsd.org>
References:  <20090810120031.027341065795@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

I have tried several times to unsubscribne from the list via the link in th=
is e-mail.  It does not seem to work.  Please unsubscribe me.

=20

Thank you=2C

=20

M.

=20

=20
> From: svn-src-stable-7-request@freebsd.org
> Subject: svn-src-stable-7 Digest=2C Vol 68=2C Issue 7
> To: svn-src-stable-7@freebsd.org
> Date: Mon=2C 10 Aug 2009 12:00:31 +0000
>=20
> Send svn-src-stable-7 mailing list submissions to
> svn-src-stable-7@freebsd.org
>=20
> To subscribe or unsubscribe via the World Wide Web=2C visit
> http://lists.freebsd.org/mailman/listinfo/svn-src-stable-7
> or=2C via email=2C send a message with subject or body 'help' to
> svn-src-stable-7-request@freebsd.org
>=20
> You can reach the person managing the list at
> svn-src-stable-7-owner@freebsd.org
>=20
> When replying=2C please edit your Subject line so it is more specific
> than "Re: Contents of svn-src-stable-7 digest..."
>=20
>=20
> Today's Topics:
>=20
> 1. svn commit: r196088 - stable/7/usr.sbin/ppp (Brian Somers)
>=20
>=20
> ----------------------------------------------------------------------
>=20
> Message: 1
> Date: Sun=2C 9 Aug 2009 18:39:24 +0000 (UTC)
> From: Brian Somers <brian@FreeBSD.org>
> Subject: svn commit: r196088 - stable/7/usr.sbin/ppp
> To: src-committers@freebsd.org=2C svn-src-all@freebsd.org=2C
> svn-src-stable@freebsd.org=2C svn-src-stable-7@freebsd.org
> Message-ID: <200908091839.n79IdONq075058@svn.freebsd.org>
> Content-Type: text/plain=3B charset=3DUTF-8
>=20
> Author: brian
> Date: Sun Aug 9 18:39:23 2009
> New Revision: 196088
> URL: http://svn.freebsd.org/changeset/base/196088
>=20
> Log:
> MFC: Don't get stuck in an infinite loop comparing (short++ <=3D maxshort=
)
>=20
> PR: 136893
> Submitted by: Aragon Gouveia - aragon at phat dot za dot net (mostly)
>=20
> Modified:
> stable/7/usr.sbin/ppp/ (props changed)
> stable/7/usr.sbin/ppp/nat_cmd.c
>=20
> Modified: stable/7/usr.sbin/ppp/nat_cmd.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- stable/7/usr.sbin/ppp/nat_cmd.c Sun Aug 9 11:47:39 2009 (r196087)
> +++ stable/7/usr.sbin/ppp/nat_cmd.c Sun Aug 9 18:39:23 2009 (r196088)
> @@ -173=2C7 +173=2C7 @@ nat_RedirectPort(struct cmdargs const *a
> return -1=3B
> }
>=20
> - while (laliasport <=3D haliasport) {
> + do {
> link =3D PacketAliasRedirectPort(localaddr=2C htons(llocalport)=2C
> remoteaddr=2C htons(lremoteport)=2C
> aliasaddr=2C htons(laliasport)=2C
> @@ -185=2C10 +185=2C9 @@ nat_RedirectPort(struct cmdargs const *a
> return 1=3B
> }
> llocalport++=3B
> - laliasport++=3B
> if (hremoteport)
> lremoteport++=3B
> - }
> + } while (laliasport++ < haliasport)=3B
>=20
> return 0=3B
> }
>=20
>=20
> ------------------------------
>=20
> _______________________________________________
> svn-src-stable-7@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-stable-7
> To unsubscribe=2C send any mail to "svn-src-stable-7-unsubscribe@freebsd.=
org"
>=20
> End of svn-src-stable-7 Digest=2C Vol 68=2C Issue 7
> ***********************************************

_________________________________________________________________
Express your personality in color! Preview and select themes for Hotmail=AE=
.=20
http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=3DPID233=
91::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY123-W356B64AAAE9D3949DB394D0070>