Skip to content

Commit

Permalink
Workaround for the bootstrap server changing its security settings af…
Browse files Browse the repository at this point in the history
…ter the first send and receive
  • Loading branch information
mtusnio committed Nov 18, 2016
1 parent 17d8926 commit ca225d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/common/coap_abstraction_erbium.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ bool coap_ResolveAddressByURI(unsigned char * address, AddressType * addr)
if (networkAddress)
{
NetworkAddress_SetAddressType(networkAddress, addr);
NetworkAddress_Free(&networkAddress);
//NetworkAddress_Free(&networkAddress);
result = true;
}
return result;
Expand Down

0 comments on commit ca225d6

Please sign in to comment.