Skip to content

Commit

Permalink
Fix orchagent missing request when logrotate happens. (#2712)
Browse files Browse the repository at this point in the history
* Fix orchagent missing request when logrotate happens. (#2712)
  • Loading branch information
mint570 authored and StormLiangMS committed May 25, 2023
1 parent a599d34 commit 67552e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orchagent/orchdaemon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ void OrchDaemon::start()
gSaiRedisLogRotate = false;

logRotate();
continue;
}

auto *c = (Executor *)s;
Expand Down

0 comments on commit 67552e8

Please sign in to comment.