aboutsummaryrefslogtreecommitdiffstats
path: root/src/doit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doit.c')
-rw-r--r--src/doit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doit.c b/src/doit.c
index 8c62861..31c32fd 100644
--- a/src/doit.c
+++ b/src/doit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2003, 2004 Red Hat, Inc.
+/* Copyright (C) 2001, 2003, 2004, 2005 Red Hat, Inc.
Written by Jakub Jelinek <jakub@redhat.com>, 2001.
This program is free software; you can redistribute it and/or modify
@@ -147,7 +147,7 @@ prelink_ent (struct prelink_entry *ent)
goto make_unprelinkable;
if (prelink (dso, ent))
goto make_unprelinkable;
- if (update_dso (dso))
+ if (update_dso (dso, NULL))
{
dso = NULL;
goto error_out;