zephyr/subsys
Paul Sokolovsky 2af8dc9630 net: sockets: close: Call net_context_accept only for listening socket
The previous code "optimized" and called both net_context_accept()
and net_context_recv() blindly to reset the corresponding callbacks.
But this leads to "wrong state" logging if debugging is enabled, so
clean that up.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-08-25 07:18:31 -07:00
..
app_memory Kconfig: Clean up some symbol definitions 2018-08-01 12:47:17 -04:00
bluetooth Bluetooth: controller: Use HCI Error Code definitions 2018-08-24 16:10:01 +03:00
console subsys: console: Refactor code to allow per-UART "tty" wrapper 2018-08-16 06:18:50 -07:00
cpp kconfig: Move CPLUSPLUS from root to "Compiler Options" 2018-04-30 13:12:01 -04:00
debug systemview: add support natively using tracing hooks 2018-08-21 05:45:47 -07:00
dfu Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
disk subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
fs subsys: fs/nvs: fix writes when write_block_size != 1 2018-08-24 13:24:04 -05:00
logging kernel: event_logger: remove kernel_event_logger 2018-08-21 05:45:47 -07:00
mgmt subsys: mgmt: Fix broken OTA firmware update 2018-07-18 14:32:06 +02:00
net net: sockets: close: Call net_context_accept only for listening socket 2018-08-25 07:18:31 -07:00
power subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00
random subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
settings cmake: settings: Don't add ext nffs include dir to global includes 2018-07-25 08:27:45 -04:00
shell shell: Add missing header 2018-08-02 19:14:19 +02:00
storage subsys: kconfig: Remove 'default n' properties and clean up a bit 2018-07-12 23:13:22 -04:00
usb irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
CMakeLists.txt subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00
Kconfig subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00