This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 9187443c123de1f14fbb86fccc9560a56f88a1f5 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 26 13:56:29 2021 +0200 src/x2goclient-network-ssh.c: fix file name copy & paste left-overs. --- src/x2goclient-network-ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c index 03c5885..6ae55e9 100644 --- a/src/x2goclient-network-ssh.c +++ b/src/x2goclient-network-ssh.c @@ -1,6 +1,6 @@ /* -*- Mode: C; c-set-style: linux indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 8 -*- */ -/* x2goclient-network.c - X2Go Client SSH network handling +/* x2goclient-network-ssh.c - X2Go Client SSH network handling Copyright (C) 2019-2020 Mike Gabriel Copyright (C) 2019-2020 Mihai Moldovan @@ -106,7 +106,7 @@ typedef struct sockaddr_ho_ { * connection * @see_also: #X2GoClientNetwork * @stability: Unstable - * @include: libx2goclient/x2goclient-network.h + * @include: libx2goclient/x2goclient-network-ssh.h * * #X2GoClientNetwork is a class implementing network connections via the * OpenSSH client. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git