modules: use lt_dlopenext() to make the config look nicer

This commit is contained in:
William Pitcock 2016-01-06 01:33:33 -06:00
parent 2a19fc3f57
commit 30da589e9e
3 changed files with 90 additions and 90 deletions

View file

@ -619,7 +619,7 @@ load_a_module(const char *path, int warn, int core)
mod_basename = rb_basename(path);
tmpptr = lt_dlopen(path);
tmpptr = lt_dlopenext(path);
if(tmpptr == NULL)
{