Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/faithd oops, fix typo.
details: https://anonhg.NetBSD.org/src/rev/9c3bb8e06bcb
branches: trunk
changeset: 479737:9c3bb8e06bcb
user: itojun <itojun%NetBSD.org@localhost>
date: Mon Dec 20 16:01:31 1999 +0000
description:
oops, fix typo.
diffstat:
usr.sbin/faithd/faithd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f552016490e6 -r 9c3bb8e06bcb usr.sbin/faithd/faithd.c
--- a/usr.sbin/faithd/faithd.c Mon Dec 20 15:51:14 1999 +0000
+++ b/usr.sbin/faithd/faithd.c Mon Dec 20 16:01:31 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: faithd.c,v 1.4 1999/12/20 15:35:55 itojun Exp $ */
+/* $NetBSD: faithd.c,v 1.5 1999/12/20 16:01:31 itojun Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -539,7 +539,7 @@
switch (dst->sa_family) {
case AF_INET6:
if (sin6->sin6_scope_id == dst6->sin6_scope_id
- && IN6_ARE_ADDR_EQUAL(&sin6->sin6_addr, &dst6->sin6_addr) == 0)
+ && IN6_ARE_ADDR_EQUAL(&sin6->sin6_addr, &dst6->sin6_addr))
return 0;
break;
case AF_INET:
Home |
Main Index |
Thread Index |
Old Index