diff --git a/src/ripple/overlay/impl/OverlayImpl.cpp b/src/ripple/overlay/impl/OverlayImpl.cpp index da1fadb427..f84365e946 100644 --- a/src/ripple/overlay/impl/OverlayImpl.cpp +++ b/src/ripple/overlay/impl/OverlayImpl.cpp @@ -194,10 +194,16 @@ OverlayImpl::onHandoff (std::unique_ptr && ssl_bundle, beast::Journal journal (sink); Handoff handoff; + +#if 1 + // VFALCO Disable handoffs + return handoff; +#else if (processRequest(request, handoff)) return handoff; if (! isPeerUpgrade(request)) return handoff; +#endif handoff.moved = true;