diff --git a/orchagent/mirrororch.cpp b/orchagent/mirrororch.cpp index 21ce14441590..d448b690373b 100644 --- a/orchagent/mirrororch.cpp +++ b/orchagent/mirrororch.cpp @@ -528,6 +528,8 @@ bool MirrorOrch::activateSession(const string& name, MirrorEntry& session) { SWSS_LOG_ERROR("Failed to activate mirroring session %s\n", name.c_str()); session.status = false; + + return false; } session.status = true;