Specify lazy loading. From Milosz Kmieciak.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23516 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -249,7 +249,7 @@ _gss_load_mech(void) | |||||||
| #define RTLD_LOCAL 0 | #define RTLD_LOCAL 0 | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| 		so = dlopen(lib, RTLD_LOCAL); | 		so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL); | ||||||
| 		if (!so) { | 		if (!so) { | ||||||
| /*			fprintf(stderr, "dlopen: %s\n", dlerror()); */ | /*			fprintf(stderr, "dlopen: %s\n", dlerror()); */ | ||||||
| 			continue; | 			continue; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand