Skip to content

Commit

Permalink
Merge pull request #353 from giox069/master
Browse files Browse the repository at this point in the history
Fix debian bug 764142
  • Loading branch information
giox069 committed Oct 10, 2014
2 parents 3501fee + b1b3c12 commit 4cb90a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remmina/src/remmina_plugin_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static void remmina_plugin_manager_load_plugin(const gchar *name)
GModule *module;
RemminaPluginEntryFunc entry;

module = g_module_open(name, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
module = g_module_open(name, G_MODULE_BIND_LAZY);

if (!module)
{
Expand Down

0 comments on commit 4cb90a5

Please sign in to comment.