Changeset 6244 for trunk/centstorage/src/reloadConf.c
- Timestamp:
- 08/21/08 18:10:40 (5 months ago)
- Files:
-
- 1 modified
-
trunk/centstorage/src/reloadConf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centstorage/src/reloadConf.c
r5883 r6244 55 55 #include <extvar.h> 56 56 #include <runCentStorage.h> 57 58 pthread_mutex_t Access_DB = PTHREAD_MUTEX_INITIALIZER; 57 59 58 60 /* … … 200 202 201 203 reloadModules(saveConf); 202 204 203 205 /* this part is written to avoid some mmory leaks */ 204 206 if (conf->modules)
