apologies for spamming squid-dev with commit messages

From: Alex Rousskov <rousskov_at_measurement-factory.com>
Date: Thu, 11 Sep 2008 21:17:44 -0600

Hello,

    I have no idea why some of my commit messages are being sent to
squid-dev. I have

        post_commit_to = squid-cvs_at_squid-cache.org

and do not mention squid-dev anywhere but in bzr send command that sends
MERGE requests. And that was not a MERGE request.

Sorry,

Alex.

On Tue, 2008-09-09 at 11:17 -0600, Alex Rousskov wrote:
> ------------------------------------------------------------
> revno: 9179
> committer: Alex Rousskov <rousskov_at_measurement-factory.com>
> branch nick: trunk
> timestamp: Tue 2008-09-09 11:17:33 -0600
> message:
> Do not erase the announcement port by assigning an accouncement IP address.
>
> With 11(!) assignment operators (not even counting the implicit ones),
> no wonder IPAddress assignment semantics gets lost on developers.
> modified:
> src/send-announce.cc
> plain text document attachment (r9179.diff)
> === modified file 'src/send-announce.cc'
> --- a/src/send-announce.cc 2007-12-15 06:11:41 +0000
> +++ b/src/send-announce.cc 2008-09-09 17:17:33 +0000
> @@ -109,8 +109,8 @@
> }
> }
>
> + S = ia->in_addrs[0];
> S.SetPort(port);
> - S = ia->in_addrs[0];
> assert(theOutIcpConnection > 0);
> x = comm_udp_sendto(theOutIcpConnection, S, sndbuf, strlen(sndbuf) + 1);
>
>
Received on Fri Sep 12 2008 - 03:18:37 MDT

This archive was generated by hypermail 2.2.0 : Fri Sep 12 2008 - 12:00:06 MDT