]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.c
Merge branch '1.0'
[vlc] / src / modules / modules.c
index 0be6764f53f26484a1132fba8796502de0e93327..b4a1ca3c2e152352aeec484be578b918c2f19948 100644 (file)
@@ -172,7 +172,8 @@ void module_EndBank( vlc_object_t *p_this, bool b_plugins )
     assert (p_bank != NULL);
 
     /* Save the configuration */
-    config_AutoSaveConfigFile( p_this );
+    if( !config_GetInt( p_this, "ignore-config" ) )
+        config_AutoSaveConfigFile( p_this );
 
     /* If plugins were _not_ loaded, then the caller still has the bank lock
      * from module_InitBank(). */