A missing getuid.so is not fatal
...all the places that would LD_PRELOAD it check for it being set anyway. Change-Id: I7937771e635654ae370e4f57ea9fa783ae7dad7f
This commit is contained in:
parent
9a38118b12
commit
9b2a01c1ca
1 changed files with 0 additions and 2 deletions
|
@ -216,8 +216,6 @@ sub get_path_for_library
|
|||
$getuidlibraryref = installer::scriptitems::get_sourcepath_from_filename_and_includepath_classic(\$getuidlibraryname, $includepatharrayref, 0);
|
||||
}
|
||||
|
||||
if ($$getuidlibraryref eq "") { installer::exiter::exit_program("ERROR: Could not find $getuidlibraryname!", "get_path_for_library"); }
|
||||
|
||||
return $$getuidlibraryref;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue