Skip to content

Commit

Permalink
Fix CID 1559182 from Coverity (#11661)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahWI authored Aug 9, 2024
1 parent e8145dc commit 8a2ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iocore/cache/StripeSM.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ StripeSM::agg_wrap()
Metrics::Counter::increment(stripe->cache_vol->vol_rsb.directory_wrap);
Note("Cache volume %d on disk '%s' wraps around", stripe->cache_vol->vol_number, stripe->hash_text.get());
}
ink_assert(this->mutex->thread_holding = this_ethread());
ink_assert(this->mutex->thread_holding == this_ethread());
periodic_scan(this);
}

Expand Down

0 comments on commit 8a2ec69

Please sign in to comment.