Skip to content

Commit

Permalink
[xcvrd] fix issue: xcvrd fails due to syntax error after sequential r…
Browse files Browse the repository at this point in the history
…eboot (#43)
  • Loading branch information
stephenxs authored and jleveque committed Aug 26, 2019
1 parent 1039764 commit 9e2eb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonic-xcvrd/scripts/xcvrd
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ def main():
state = STATE_INIT
while XCVRD_MAIN_TASK_RUNNING_FLAG:
next_state = state
time_start = time.time()
status, port_dict = platform_sfputil.get_transceiver_change_event(timeout)
event = mapping_event_from_change_event(status, port_dict)

Expand Down

0 comments on commit 9e2eb29

Please sign in to comment.