aboutsummaryrefslogtreecommitdiffstats
path: root/src/undoall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/undoall.c')
-rw-r--r--src/undoall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undoall.c b/src/undoall.c
index aef3318..4ce4670 100644
--- a/src/undoall.c
+++ b/src/undoall.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Red Hat, Inc.
+/* Copyright (C) 2002, 2005 Red Hat, Inc.
Written by Jakub Jelinek <jakub@redhat.com>, 2002.
This program is free software; you can redistribute it and/or modify
@@ -74,7 +74,7 @@ undo_one (void **p, void *info)
close_dso (dso);
else
{
- if (update_dso (dso))
+ if (update_dso (dso, NULL))
{
dso = NULL;
goto error_out;