Oops, don't need to reload the cfdata->modules list there.

SVN revision: 30840
This commit is contained in:
Christopher Michael 2007-07-16 02:21:33 +00:00
parent 8c20c3a819
commit 63362fc303
1 changed files with 0 additions and 1 deletions

View File

@ -608,7 +608,6 @@ _cb_mod_update(void *data, int type, void *event)
ev = event;
if (!cfdata) return 1;
_load_modules(cfdata);
_fill_all(cfdata);
_fill_loaded(cfdata);
}