summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/librtld/common/dynamic.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/librtld/common/dynamic.c')
-rw-r--r--usr/src/cmd/sgs/librtld/common/dynamic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/sgs/librtld/common/dynamic.c b/usr/src/cmd/sgs/librtld/common/dynamic.c
index f11ff24da2..1167d9c228 100644
--- a/usr/src/cmd/sgs/librtld/common/dynamic.c
+++ b/usr/src/cmd/sgs/librtld/common/dynamic.c
@@ -71,7 +71,7 @@ update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags,
* to, undo any lazy-loading position flag.
*/
if (dlmp = is_so_loaded(LIST(lmp),
- (strs + dyn->d_un.d_val))) {
+ (strs + dyn->d_un.d_val), NULL)) {
Bnd_desc *bdp;
Aliste idx;