# HG changeset patch # User Paul Boddie # Date 1616801874 -3600 # Node ID 3155784fdc96b8bfe055f31a4854e41fd05b5217 # Parent 15cfe50792091844407a297a161c5aaca6a2f8bb Added comment. diff -r 15cfe5079209 -r 3155784fdc96 files/pipe_paging.cc --- a/files/pipe_paging.cc Sat Mar 27 00:37:24 2021 +0100 +++ b/files/pipe_paging.cc Sat Mar 27 00:37:54 2021 +0100 @@ -14,6 +14,8 @@ else _endpoints--; + /* Return if the other endpoint is attached. */ + if (_endpoints) return;