summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_stack.c
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-07-02 10:24:52 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-07-02 11:35:29 -0400
commitef1f27f3a3eaa43b4dbd24cab361b9fe43cdce44 (patch)
tree9c800152ddaeb5bde8fb3c861e139bdd2efb26dc /common/collection/collection_stack.c
parent6dc2131ab0a5225decdcdb8fff8706a340d9ed3b (diff)
downloadsssd-ef1f27f3a3eaa43b4dbd24cab361b9fe43cdce44.tar.gz
sssd-ef1f27f3a3eaa43b4dbd24cab361b9fe43cdce44.tar.xz
sssd-ef1f27f3a3eaa43b4dbd24cab361b9fe43cdce44.zip
New deletion unit test.
Adds a unit test for deletion and re-adding of the elements to collection. Small syntactical fix in "stack".
Diffstat (limited to 'common/collection/collection_stack.c')
-rw-r--r--common/collection/collection_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/collection/collection_stack.c b/common/collection/collection_stack.c
index 347d9b6c1..70211220c 100644
--- a/common/collection/collection_stack.c
+++ b/common/collection/collection_stack.c
@@ -94,7 +94,7 @@ int push_binary_property(struct collection_item *stack,
return EINVAL;
}
- error = add_binary_property(stack, NULL, property, binary_data, length)
+ error = add_binary_property(stack, NULL, property, binary_data, length);
TRACE_FLOW_STRING("push_binary_property", "Exit.");
return error;