Date: Tue, 5 Nov 2002 13:08:44 -0800 (PST) From: Archie Cobbs <archie@dellroad.org> To: "Dmitry A. Bondareff" <freebsd@mmk.ru> Cc: Johan Larsson <johan.larsson@operax.com>, freebsd-net@FreeBSD.ORG Subject: Re: SUMMARY: Win XP with mpd Message-ID: <200211052108.gA5L8iCg039833@arch20m.dellroad.org> In-Reply-To: <006701c284c3$723832d0$02010101@wall> "from Dmitry A. Bondareff at Nov 5, 2002 05:04:02 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Dmitry A. Bondareff writes: > Nov 5 14:30:46 wall mpd: [pptp0] exec: 1400 ng0 inet 1.1.1.1 10.0.2.2 user > Nov 5 14:30:46 wall mpd: [pptp0] exec: command returned 32512 This is a (harmless) bug in mpd 3.10, fixed by the patch below. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com Index: iface.c =================================================================== RCS file: /home/cvs/archie/mpd/src/iface.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- iface.c 23 Oct 2002 21:15:47 -0000 1.6 +++ iface.c 5 Nov 2002 16:49:42 -0000 1.7 @@ -791,6 +791,7 @@ } iface->max_mtu = max_mtu; } + break; case SET_UP_SCRIPT: switch (ac) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211052108.gA5L8iCg039833>