Kaynağa Gözat

Correction to socket error connection message

tags/v1.10.90
Andrew Yoder 3 yıl önce
ebeveyn
işleme
80bcb4330b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      common/network/UnixSocket.cxx

+ 1
- 1
common/network/UnixSocket.cxx Dosyayı Görüntüle

@@ -69,7 +69,7 @@ UnixSocket::UnixSocket(const char *path)
}

if (result == -1)
throw SocketException("unable connect to socket", err);
throw SocketException("unable to connect to socket", err);

setFd(sock);
}

Loading…
İptal
Kaydet