diff --git a/src/apps/remotedesktop/RemoteView.cpp b/src/apps/remotedesktop/RemoteView.cpp index 0f1c742bd2..86c0ffd6cf 100644 --- a/src/apps/remotedesktop/RemoteView.cpp +++ b/src/apps/remotedesktop/RemoteView.cpp @@ -94,6 +94,7 @@ RemoteView::RemoteView(BRect frame, const char *remoteHost, uint16 remotePort) return; fEndpoint = new(std::nothrow) BNetEndpoint(); + fEndpoint->SetReuseAddr(); if (fEndpoint == NULL) { fInitStatus = B_NO_MEMORY; TRACE_ERROR("no memory available\n");