From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJr91-0005he-6K for guix-patches@gnu.org; Mon, 05 Nov 2018 21:31:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJr8w-00025B-9x for guix-patches@gnu.org; Mon, 05 Nov 2018 21:31:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59857) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gJr8w-000253-70 for guix-patches@gnu.org; Mon, 05 Nov 2018 21:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gJr8w-0004qN-2e for guix-patches@gnu.org; Mon, 05 Nov 2018 21:31:02 -0500 Subject: [bug#33267] [PATCH] ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon. Resent-Message-ID: From: Maxim Cournoyer References: <875zxc5cjs.fsf@gmail.com> <87o9b3xnf5.fsf@gnu.org> Date: Mon, 05 Nov 2018 21:30:21 -0500 In-Reply-To: <87o9b3xnf5.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 05 Nov 2018 21:46:38 +0100") Message-ID: <87bm733pky.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33267@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >> * guix/ssh.scm (connect-to-remote-daemon): Pass the `socket-name' variab= le to >> the `open-connection' call so that it is honored. > > Good catch! LGTM. Pushed as 2e4d83398. Thanks! Maxim