Skip to content

Commit

Permalink
[iccpd] Fix missing semicolon. (sonic-net#5112)
Browse files Browse the repository at this point in the history
Signed-off-by: ouxiaolong <ouxiaolong@asterfusion.com>
  • Loading branch information
ouxlwhu committed Jun 20, 2022
1 parent ed99ce0 commit 65c9fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iccpd/src/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ void scheduler_csm_socket_cleanup(struct CSM* csm, int location)
return;

if (csm->sock_fd <= 0)
return
return;

event.data.fd = csm->sock_fd;
event.events = EPOLLIN;
Expand Down

0 comments on commit 65c9fff

Please sign in to comment.