libosmo-netif/src
Harald Welte 29d6cd4134 osmo_stream_cli_open2(): Fix bogus EINPROGRESS handling
osmo_sock_init() never returns -1 + errno EINPROGRESS. It will return a
positive fd in case the connect operation is in progress. Therefore,
the related code in osmo_stream_cli_open2() was impossible to execute.

Change-Id: Id3483d1d1d4d2eabba94729ea29e5c93b33abff0
Fixes: Coverity CID 57861
2016-12-01 15:52:54 +01:00
..
channel Fix the compilation on FreeBSD. 2015-02-25 15:52:14 +01:00
Makefile.am SCTP support for osmo_stream_{cli,srv} code 2015-12-21 20:54:19 +01:00
amr.c amr: use AMR_FT_MAX instead of hardcoded number 2013-12-14 22:41:03 +01:00
channel.c channel: add subtype ID to osmo_chan_create 2012-08-19 00:52:00 +02:00
datagram.c Fix the compilation on FreeBSD. 2015-02-25 15:52:14 +01:00
ipa.c ipa: fix compilation warning 2012-10-15 23:09:36 +02:00
ipa_unit.c ipa_unit: use talloc_strdup 2013-08-25 14:24:46 +02:00
osmux.c osmux: Add function to delete all msgs pending for a circuit 2016-05-26 12:05:42 +00:00
rs232.c rs232: Don't pass negative number to strerror() 2016-12-01 15:52:54 +01:00
rtp.c endian: Use the new endian macros for portability 2015-03-22 09:38:36 +01:00
stream.c osmo_stream_cli_open2(): Fix bogus EINPROGRESS handling 2016-12-01 15:52:54 +01:00