Explorar o código

Patch to allow system to work if no ld.so.conf is present. ld.so.conf is
optional and may not be present on a system.


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1031 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake %!s(int64=20) %!d(string=hai) anos
pai
achega
835f16ba53
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      lcr/lcr_ifact.c

+ 1 - 3
lcr/lcr_ifact.c

@@ -342,9 +342,7 @@ int lcr_ifact_reference (
 
 	defaults_path_build ();
 	ld_library_path_build ();
-	if (ldso_path_build ("/etc", "ld.so.conf") == -1) {
-		return -1;
-	}
+	ldso_path_build ("/etc", "ld.so.conf");
 
 
 // TODO error checking in this code is weak