summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/liblddbg/common/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/liblddbg/common/files.c')
-rw-r--r--usr/src/cmd/sgs/liblddbg/common/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/sgs/liblddbg/common/files.c b/usr/src/cmd/sgs/liblddbg/common/files.c
index 93839d5b14..0e7d263150 100644
--- a/usr/src/cmd/sgs/liblddbg/common/files.c
+++ b/usr/src/cmd/sgs/liblddbg/common/files.c
@@ -369,7 +369,7 @@ Dbg_file_dlopen(Rt_map *clmp, const char *name, int *in_nfavl, int mode)
Dbg_util_nl(lml, DBG_NL_STD);
dbg_print(lml, MSG_INTL(MSG_FIL_DLOPEN), name, NAME(clmp), retry,
- conv_dl_mode(mode, 1, &dl_mode_buf));
+ conv_dl_mode(mode, 0, &dl_mode_buf));
}
void