1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00

Fix renamed dso.

This commit is contained in:
Alasdair Kergon 2006-01-27 20:51:36 +00:00
parent 6463fa2993
commit 1ff0ef6945

View File

@ -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) +