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:
Stephan Bergmann 2013-02-12 09:12:29 +01:00
parent 9a38118b12
commit 9b2a01c1ca

View file

@ -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;
}