Increment array
2001-01-25 Bradford Hovinen <hovinen@ximian.com> * location.c (location_rollback_all_to): Increment array * util.c (parse_date): Normalize values 2001-01-24 Bradford Hovinen <hovinen@ximian.com> * config-log.c (do_load): Disabled locking for now
This commit is contained in:
parent
50d88decfb
commit
18b6da4d1a
5 changed files with 15 additions and 3 deletions
|
@ -774,6 +774,7 @@ do_load (ConfigLog *config_log)
|
|||
do_unload (config_log);
|
||||
config_log_reset_filenames (config_log);
|
||||
|
||||
#if 0 /* Locking disabled for now */
|
||||
/* FIXME: Race condition here, plus lock handling should be
|
||||
* better */
|
||||
|
||||
|
@ -782,6 +783,7 @@ do_load (ConfigLog *config_log)
|
|||
|
||||
lock_file = fopen (config_log->lock_filename, "w");
|
||||
fclose (lock_file);
|
||||
#endif
|
||||
|
||||
config_log->file = fopen (config_log->filename, "r");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue