1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Merge pull request #2437 from sngl/ide-1.5.x-yunclient-update

Updated YunClient::connect method'
This commit is contained in:
Federico Fissore 2015-02-27 10:56:21 +01:00
commit 483a798aee

View File

@ -160,7 +160,7 @@ int YunClient::connect(const char *host, uint16_t port) {
if (connected()) if (connected())
return 1; return 1;
opened = false; stop();
handle = 0; handle = 0;
return 0; return 0;
} }