mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
Merge pull request #1857 from csoler/v0.6-GxsDbFix
Quick fix to allow plugin loading
This commit is contained in:
commit
915e197223
@ -362,6 +362,7 @@ bool RsPluginManager::loadPlugin(const std::string& plugin_name,bool first_time)
|
||||
dlclose(handle);
|
||||
return false ;
|
||||
}
|
||||
#ifdef TO_REMOVE
|
||||
if(pinfo.svn_revision == 0)
|
||||
{
|
||||
std::cerr << " -> No svn revision number." << std::endl;
|
||||
@ -370,6 +371,7 @@ bool RsPluginManager::loadPlugin(const std::string& plugin_name,bool first_time)
|
||||
dlclose(handle);
|
||||
return false ;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Now look for the plugin class symbol.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user