mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Merge pull request #1857 from csoler/v0.6-GxsDbFix
Quick fix to allow plugin loading
This commit is contained in:
commit
915e197223
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue