mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-22 21:38:24 +00:00
trivial compiler warning fix.
git-svn-id: http://s3fs.googlecode.com/svn/trunk@344 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
30abdff53f
commit
94d72bdaf3
@ -80,7 +80,7 @@ void delete_stat_cache_entry(const char *path) {
|
||||
void truncate_stat_cache() {
|
||||
string path_to_delete;
|
||||
unsigned int hit_count = 0;
|
||||
unsigned int lowest_hit_count = NULL;
|
||||
unsigned int lowest_hit_count = 0;
|
||||
|
||||
pthread_mutex_lock(&stat_cache_lock);
|
||||
stat_cache_t::iterator iter;
|
||||
|
Loading…
x
Reference in New Issue
Block a user