diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-12 15:35:30 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-08-12 15:35:56 +0200 | 
| commit | 3bdeec4cec73210583454e4a8333d68ad6f34f54 (patch) | |
| tree | 8f7b28e2933ce01e78e12502273477638ff81afc /lib/Socket.cpp | |
| parent | 4f404eb1152fc4f8b121c22416583c57da4a86f8 (diff) | |
| download | ODR-SourceCompanion-3bdeec4cec73210583454e4a8333d68ad6f34f54.tar.gz ODR-SourceCompanion-3bdeec4cec73210583454e4a8333d68ad6f34f54.tar.bz2 ODR-SourceCompanion-3bdeec4cec73210583454e4a8333d68ad6f34f54.zip | |
Update common code
Diffstat (limited to 'lib/Socket.cpp')
| -rw-r--r-- | lib/Socket.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Socket.cpp b/lib/Socket.cpp index 10ec1ca..b71c01e 100644 --- a/lib/Socket.cpp +++ b/lib/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() | 
