zephyr/samples/net/irc_bot
Flavio Santes 760c1f1214 samples/net: Fix error handling issues in IRC bot
Fix the following error:

Calling "transmit(irc->conn, pong, ret)" without checking return value.
It wraps a library function that may fail and return an error code.

Coverity-CID: 163115

Change-Id: I525e1059e6a2ae3896f68760f1a8a6c68ecfc074
Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2017-03-09 20:33:45 +02:00
..
src samples/net: Fix error handling issues in IRC bot 2017-03-09 20:33:45 +02:00
Makefile license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
prj_frdm_k64f.conf net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
prj_qemu_x86.conf net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
testcase.ini samples: net: irc_bot: add testcase.ini 2017-02-08 10:12:36 +02:00