commit cb86d4af7da9183ae75485d46c81b4c5d135710e
Author: zrj <[email protected]>
Date: Wed Oct 12 08:19:49 2016 +0300
ppp: Avoid gcc warnings.
ncprange_getip4mask() will not initialize mask for cases other than AF_INET
so give default value of INADDR_ANY (0x0) even if compiler misses that
ncprange_getip4mask() called only for AF_INET case in main function.
Summary of changes:
usr.sbin/ppp/iface.c | 2 ++
usr.sbin/ppp/ipcp.c | 2 ++
2 files changed, 4 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb86d4af7da9183ae75485d46c81b4c5d135710e
--
DragonFly BSD source repository