Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/dhcp/omapip pull up difference between 1.1.1.4...
details: https://anonhg.NetBSD.org/src/rev/8e15cc47f040
branches: netbsd-1-5
changeset: 488647:8e15cc47f040
user: mellon <mellon%NetBSD.org@localhost>
date: Sat Jul 22 05:06:28 2000 +0000
description:
pull up difference between 1.1.1.4 and 1.1.1.5
diffstat:
usr.sbin/dhcp/omapip/alloc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 6801ae43037e -r 8e15cc47f040 usr.sbin/dhcp/omapip/alloc.c
--- a/usr.sbin/dhcp/omapip/alloc.c Sat Jul 22 05:05:17 2000 +0000
+++ b/usr.sbin/dhcp/omapip/alloc.c Sat Jul 22 05:06:28 2000 +0000
@@ -475,10 +475,10 @@
if (!extra_references) {
if (inner_reference)
omapi_object_dereference
- (&(*h) -> inner -> outer, file, line);
+ (&(*h) -> inner, file, line);
if (outer_reference)
omapi_object_dereference
- (&(*h) -> outer -> inner, file, line);
+ (&(*h) -> outer, file, line);
if (!(*h) -> type -> freer)
rc_register (file, line, h, *h, 0);
if ((*h) -> type -> destroy)
Home |
Main Index |
Thread Index |
Old Index