[X2Go-Commits] [libx2goclient] 08/13: src/x2goclient-openssh-bugs.h: fix function name: x2goclient_network_update_bugs () -> x2goclient_openssh_bugs_update ().
git-admin at x2go.org
git-admin at x2go.org
Sat Jun 27 14:42:21 CEST 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit 06878dac3b3e3504c59497a6a4a7e7b858f782ba
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Jun 26 13:49:30 2020 +0200
src/x2goclient-openssh-bugs.h: fix function name: x2goclient_network_update_bugs () -> x2goclient_openssh_bugs_update ().
---
src/x2goclient-openssh-bugs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/x2goclient-openssh-bugs.h b/src/x2goclient-openssh-bugs.h
index 9714c5a..d3b25d1 100644
--- a/src/x2goclient-openssh-bugs.h
+++ b/src/x2goclient-openssh-bugs.h
@@ -62,7 +62,7 @@ X2GoClientOpenSSHBugs* x2goclient_openssh_bugs_new (void);
void x2goclient_openssh_bugs_free (X2GoClientOpenSSHBugs *openssh_bugs);
-gboolean x2goclient_network_bugs_update (X2GoClientOpenSSHBugs *self, const X2GoClientOpenSSHVersion * const version, GError **gerr);
+gboolean x2goclient_openssh_bugs_update (X2GoClientOpenSSHBugs *self, const X2GoClientOpenSSHVersion * const version, GError **gerr);
/*
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list