mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix renamed dso.
This commit is contained in:
parent
6463fa2993
commit
1ff0ef6945
@ -701,7 +701,7 @@ static int lookup_symbols(void *dl, struct dso_data *data)
|
||||
static char *create_dso_file_name(char *dso_name)
|
||||
{
|
||||
char *ret;
|
||||
static char prefix[] = "libdmeventd";
|
||||
static char prefix[] = "libdevmapper-event-";
|
||||
static char suffix[] = ".so";
|
||||
|
||||
if ((ret = dbg_malloc(strlen(prefix) +
|
||||
|
Loading…
Reference in New Issue
Block a user