Skip to content

Commit

Permalink
Disable plugin autoinstall if devplugins are loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Sep 15, 2016
1 parent b6dd45b commit 47048bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins.c
Expand Up @@ -2099,7 +2099,7 @@ plugin_check_prefix_for_autoinstall(const char *uri)
autoplugin_t *ap;
const char *installme = NULL;

if(!autoinstall)
if(!autoinstall || devplugins)
return -1;

hts_mutex_lock(&autoplugin_mutex);
Expand Down

0 comments on commit 47048bd

Please sign in to comment.