Skip to content

Commit dafc31b

Browse files
committed
Remove useless call to Ethernet.end()
1 parent 9b74bb6 commit dafc31b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Arduino_EthernetConnectionHandler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ NetworkConnectionState EthernetConnectionHandler::update_handleDisconnecting()
105105

106106
NetworkConnectionState EthernetConnectionHandler::update_handleDisconnected()
107107
{
108-
Ethernet.end();
109108
if (_keep_alive)
110109
{
111110
return NetworkConnectionState::INIT;

0 commit comments

Comments
 (0)