commit | b81e274cdf72a0a21ba44572775db4072d8cad2a | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sun Nov 23 17:06:24 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Sun Nov 23 17:41:13 2014 +0200 |
tree | 9ea0086d9d04da59f9dab6855bab390580a4f677 | |
parent | f931374f301dd16f4fce39db0fc330cb21a679f8 [diff] |
RADIUS client: Print a clear debug log entry if socket is not available It could have been possible to select a socket that is not open (sel_sock == -1) and try to use that in socket operations. This would fail with potentially confusing error messages. Make this clearer by printing a clear debug log entry on socket not being available. (CID 72696) Signed-off-by: Jouni Malinen <j@w1.fi>