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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to