net: tls: Set accepting socket to LISTENING state
This is related to commit 1a6f4a63 ("net: tcp: Accept connections only in LISTENING state") which made the system to only accept new connections if the application had called accept(). Unfortunately the TLS accept was not fixed by that commit so we were in wrong state when accepting TLS sockets. This commit fixes that issue. Signed-off-by:Jukka Rissanen <jukka.rissanen@linux.intel.com>
Loading
Please sign in to comment