We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8145dc commit 8a2ec69Copy full SHA for 8a2ec69
src/iocore/cache/StripeSM.cc
@@ -1140,7 +1140,7 @@ StripeSM::agg_wrap()
1140
Metrics::Counter::increment(stripe->cache_vol->vol_rsb.directory_wrap);
1141
Note("Cache volume %d on disk '%s' wraps around", stripe->cache_vol->vol_number, stripe->hash_text.get());
1142
}
1143
- ink_assert(this->mutex->thread_holding = this_ethread());
+ ink_assert(this->mutex->thread_holding == this_ethread());
1144
periodic_scan(this);
1145
1146
0 commit comments