ppp: Avoid gcc warnings.
commitcb86d4af7da9183ae75485d46c81b4c5d135710e
authorzrj <rimvydas.jasinskas@gmail.com>
Wed, 12 Oct 2016 05:19:49 +0000 (12 08:19 +0300)
committerzrj <zrj@dragonflybsd.org>
Wed, 19 Oct 2016 15:46:23 +0000 (19 18:46 +0300)
tree02c9ad73a0e67332813c8c4bc4e6ffae6997b00e
parentf7077deea9d440cb766afeda986d5568c1f6cdb3
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.
usr.sbin/ppp/iface.c
usr.sbin/ppp/ipcp.c