aboutsummaryrefslogtreecommitdiff
path: root/libraries/Ethernet/Dhcp.cpp
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2012-12-17 16:53:45 +0100
committerCristian Maglie <c.maglie@bug.st>2012-12-17 16:53:45 +0100
commit5f4e55a3d274838388696c3f8130b0f2dc40daf7 (patch)
tree066cb0ff68142acbfe9cc4a45ec0ef596ff93919 /libraries/Ethernet/Dhcp.cpp
parentbb9cc4f70c17eed497ab30d7bfe6eebb35055205 (diff)
parent09b755fb9c3f5c42fa9b38ffeef0dbfa2cfd8315 (diff)
Merged 1.0.4 pre-release into 1.5
Diffstat (limited to 'libraries/Ethernet/Dhcp.cpp')
-rw-r--r--libraries/Ethernet/Dhcp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/Ethernet/Dhcp.cpp b/libraries/Ethernet/Dhcp.cpp
index e4d27f7..56d5b69 100644
--- a/libraries/Ethernet/Dhcp.cpp
+++ b/libraries/Ethernet/Dhcp.cpp
@@ -43,6 +43,7 @@ int DhcpClass::request_DHCP_lease(){
_dhcpTransactionId = random(1UL, 2000UL);
_dhcpInitialTransactionId = _dhcpTransactionId;
+ _dhcpUdpSocket.stop();
if (_dhcpUdpSocket.begin(DHCP_CLIENT_PORT) == 0)
{
// Couldn't get a socket