Skip to content

Commit 65c9fff

Browse files
committed
[iccpd] Fix missing semicolon. (sonic-net#5112)
Signed-off-by: ouxiaolong <[email protected]>
1 parent ed99ce0 commit 65c9fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iccpd/src/scheduler.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ void scheduler_csm_socket_cleanup(struct CSM* csm, int location)
871871
return;
872872

873873
if (csm->sock_fd <= 0)
874-
return
874+
return;
875875

876876
event.data.fd = csm->sock_fd;
877877
event.events = EPOLLIN;

0 commit comments

Comments
 (0)