Fix build

Found by:	ian
Pointyhat to:	me
This commit is contained in:
Alexander V. Chernikov 2014-04-27 21:17:54 +00:00
parent 43336b6385
commit de46b2c650
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265027

View File

@ -1082,7 +1082,7 @@ rtsock_msg_buffer(int type, struct rt_addrinfo *rtinfo, struct walkarg *w, int *
{
int i;
int len, buflen = 0, dlen;
caddr_t cp;
caddr_t cp = NULL;
struct rt_msghdr *rtm = NULL;
#ifdef INET6
struct sockaddr_storage ss;