Skip to content

Commit 7f3fd81

Browse files
author
Jaganathan Anbalagan
committed
Signed-off-by: Jaganathan Anbalagan <[email protected]>
fixed typo
1 parent 8da47eb commit 7f3fd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchagent/portsorch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3367,7 +3367,7 @@ void PortsOrch::doPortTask(Consumer &consumer)
33673367
}
33683368

33693369
/* create host_tx_ready field in state-db */
3370-
initHostTxReadyState(p)
3370+
initHostTxReadyState(p);
33713371

33723372
/* Last step set port admin status */
33733373
if (!admin_status.empty() && (p.m_admin_state_up != (admin_status == "up")))

0 commit comments

Comments
 (0)