Cosmetic: join lines.

This commit is contained in:
dyoung 2008-05-22 22:25:05 +00:00
parent 299a890abf
commit 132e9baecf
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nd6_nbr.c,v 1.87 2008/05/22 01:05:38 dyoung Exp $ */
/* $NetBSD: nd6_nbr.c,v 1.88 2008/05/22 22:25:05 dyoung Exp $ */
/* $KAME: nd6_nbr.c,v 1.61 2001/02/10 16:06:14 jinmei Exp $ */
/*
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nd6_nbr.c,v 1.87 2008/05/22 01:05:38 dyoung Exp $");
__KERNEL_RCSID(0, "$NetBSD: nd6_nbr.c,v 1.88 2008/05/22 22:25:05 dyoung Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@ -910,8 +910,7 @@ nd6_na_output(
/*
* Select a source whose scope is the same as that of the dest.
*/
src = in6_selectsrc(satosin6(dst), NULL, NULL, &ro, NULL, NULL,
&error);
src = in6_selectsrc(satosin6(dst), NULL, NULL, &ro, NULL, NULL, &error);
if (src == NULL) {
nd6log((LOG_DEBUG, "nd6_na_output: source can't be "
"determined: dst=%s, error=%d\n",