Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/ibm-public/postfix/dist/src/util PR/42874 - Henning...
details: https://anonhg.NetBSD.org/src/rev/af9696d2c307
branches: trunk
changeset: 752330:af9696d2c307
user: jnemeth <jnemeth%NetBSD.org@localhost>
date: Tue Feb 23 16:41:01 2010 +0000
description:
PR/42874 - Henning Petersen -- misplaced }
diffstat:
external/ibm-public/postfix/dist/src/util/inet_addr_local.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 7177ebfa1994 -r af9696d2c307 external/ibm-public/postfix/dist/src/util/inet_addr_local.c
--- a/external/ibm-public/postfix/dist/src/util/inet_addr_local.c Tue Feb 23 16:35:06 2010 +0000
+++ b/external/ibm-public/postfix/dist/src/util/inet_addr_local.c Tue Feb 23 16:41:01 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: inet_addr_local.c,v 1.1.1.1 2009/06/23 10:09:00 tron Exp $ */
+/* $NetBSD: inet_addr_local.c,v 1.2 2010/02/23 16:41:01 jnemeth Exp $ */
/*++
/* NAME
@@ -288,8 +288,9 @@
lifr = NEXT_INTERFACE(lifr);
continue;
}
+ }
#ifdef HAS_IPV6
- } else if (af == AF_INET6) {
+ else if (af == AF_INET6) {
if (IN6_IS_ADDR_UNSPECIFIED(&SOCK_ADDR_IN6_ADDR(sa))) {
lifr = NEXT_INTERFACE(lifr);
continue;
Home |
Main Index |
Thread Index |
Old Index