mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-14 16:55:34 +00:00
Fix scanning of LCRSOs not working on various systems
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1007 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
8f281418a9
commit
61922deab5
@ -249,9 +249,7 @@ static int ldso_path_build (char *path, char *filename)
|
||||
}
|
||||
string[j] = '\0';
|
||||
new_filename = &string[j] + 1;
|
||||
if (ldso_path_build (newpath, new_filename) != 0) {
|
||||
return -1;
|
||||
}
|
||||
ldso_path_build (newpath, new_filename);
|
||||
continue;
|
||||
}
|
||||
path_list[path_list_entries++] = strdup (string);
|
||||
|
Loading…
Reference in New Issue
Block a user