cvs commit: src/usr.sbin/ppp command.c

Brian Somers brian at FreeBSD.org
Sat Jul 17 18:02:24 PDT 2004


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


More information about the cvs-all mailing list