mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:25:07 -05:00
socket: remove obsolete comment
This commit is contained in:
3
ntp_io.c
3
ntp_io.c
@@ -404,9 +404,6 @@ process_message(SCK_Message *message, int sock_fd, int event)
|
|||||||
static void
|
static void
|
||||||
read_from_socket(int sock_fd, int event, void *anything)
|
read_from_socket(int sock_fd, int event, void *anything)
|
||||||
{
|
{
|
||||||
/* This should only be called when there is something
|
|
||||||
to read, otherwise it may block */
|
|
||||||
|
|
||||||
SCK_Message *messages;
|
SCK_Message *messages;
|
||||||
int i, received, flags = 0;
|
int i, received, flags = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user