Don't send keep alive requests

This commit is contained in:
Joseph C. Lehner 2023-07-28 09:39:25 +02:00
parent 96d9f189e2
commit 0eb8d70971

1
nmrp.c
View file

@ -635,7 +635,6 @@ int nmrp_do(struct nmrpd_args *args)
printf("Ignoring extra upload request.\n");
}
ethsock_set_timeout(sock, args->ul_timeout);
tx.msg.code = NMRP_C_KEEP_ALIVE_REQ;
break;
}