Date: Sun, 18 Jul 2004 01:02:23 +0000 (UTC) From: Brian Somers <brian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c Message-ID: <200407180102.i6I12N4R067808@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2004-07-18 01:02:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/ppp command.c Log: MFC: Fix ``set ifaddr''. The code was actually using an uninitialised variable, but conveniently, because ncpaddr.ncpaddr_family != AF_INET, the call to ncpaddr_getip4addr() became a no-op leaving the local address as it was (defaulting to whatever my hostname resolves to). Revision Changes Path 1.230.2.22 +1 -1 src/usr.sbin/ppp/command.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407180102.i6I12N4R067808>