Pass BIND_VERBOSE to shl_load()
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
void *
|
void *
|
||||||
sudo_dlopen(const char *path, int mode)
|
sudo_dlopen(const char *path, int mode)
|
||||||
{
|
{
|
||||||
int flags = DYNAMIC_PATH;
|
int flags = DYNAMIC_PATH | BIND_VERBOSE;
|
||||||
|
|
||||||
if (mode == 0)
|
if (mode == 0)
|
||||||
mode = RTLD_LAZY; /* default behavior */
|
mode = RTLD_LAZY; /* default behavior */
|
||||||
|
Reference in New Issue
Block a user