diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-12 15:31:47 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-12 15:31:47 +0200 |
commit | 85060a82825512044241bfd8136338d05de118f0 (patch) | |
tree | c66dd70ca09472926cef338d0ed6bd571f8887c2 /contrib/Socket.cpp | |
parent | 0dc1cc4a809d45ea6a6552bf9a1f15b4ac934e75 (diff) | |
download | ODR-AudioEnc-85060a82825512044241bfd8136338d05de118f0.tar.gz ODR-AudioEnc-85060a82825512044241bfd8136338d05de118f0.tar.bz2 ODR-AudioEnc-85060a82825512044241bfd8136338d05de118f0.zip |
Reconcile with Common 2a455ba
Diffstat (limited to 'contrib/Socket.cpp')
-rw-r--r-- | contrib/Socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Socket.cpp b/contrib/Socket.cpp index 10ec1ca..b71c01e 100644 --- a/contrib/Socket.cpp +++ b/contrib/Socket.cpp @@ -893,7 +893,7 @@ ssize_t TCPClient::recv(void *buffer, size_t length, int flags, int timeout_ms) return 0; } - return 0; + throw std::logic_error("unreachable"); } void TCPClient::reconnect() |