Skip to content

Commit d0df908

Browse files
committed
Fix typo
Signed-off-by: Connor Roos <[email protected]>
1 parent 16607e2 commit d0df908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncd/RedisClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RedisClient::RedisClient(
2525
_In_ bool isVirtualSwitch):
2626
m_dbAsic(dbAsic),
2727
m_zmqEnable(zmqEnable),
28-
if (m_zmqEnable && !m_isVirtualSwitch && !m_isVirtualSwitch(isVirtualSwitch)
28+
m_isVirtualSwitch(isVirtualSwitch)
2929
{
3030
SWSS_LOG_ENTER();
3131

0 commit comments

Comments
 (0)