mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: clang warnings (#3509)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
fa0913e662
commit
a2e63f144c
3 changed files with 13 additions and 11 deletions
|
@ -263,7 +263,7 @@ bool RestoreStreamer::ShouldWrite(const journal::JournalItem& item) const {
|
|||
// On FLUSH* we restart the migration
|
||||
CHECK(dest_ != nullptr);
|
||||
cntx_->ReportError("FLUSH command during migration");
|
||||
dest_->Shutdown(SHUT_RDWR);
|
||||
std::ignore = dest_->Shutdown(SHUT_RDWR);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue