Module Name: src
Committed By: martin
Date: Wed Apr 20 20:00:07 UTC 2011
Modified Files:
src/common/lib/libprop: prop_object.c
Log Message:
Update also the non-void pointers to the current test objects.
Finaly fixes PR lib/43964.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/common/lib/libprop/prop_object.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libprop/prop_object.c
diff -u src/common/lib/libprop/prop_object.c:1.26 src/common/lib/libprop/prop_object.c:1.27
--- src/common/lib/libprop/prop_object.c:1.26 Mon Mar 30 07:42:51 2009
+++ src/common/lib/libprop/prop_object.c Wed Apr 20 20:00:07 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: prop_object.c,v 1.26 2009/03/30 07:42:51 haad Exp $ */
+/* $NetBSD: prop_object.c,v 1.27 2011/04/20 20:00:07 martin Exp $ */
/*-
* Copyright (c) 2006, 2007 The NetBSD Foundation, Inc.
@@ -1158,6 +1158,8 @@
if (!_prop_stack_pop(&stack, &obj1, &obj2,
&stored_pointer1, &stored_pointer2))
return true;
+ po1 = obj1;
+ po2 = obj2;
goto continue_subtree;
}
_PROP_ASSERT(ret == _PROP_OBJECT_EQUALS_RECURSE);