[X2Go-Commits] [libx2goclient] 02/09: src/x2goclient-network-ssh.h: add missing error constants for x2goclient_str_to_int () conversion in src/x2goclient-network-ssh.c.
git-admin at x2go.org
git-admin at x2go.org
Wed May 13 16:41:35 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 60bcf282910fb5e1f4ae8be40ee0b7cf6d01689e
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Apr 25 23:32:30 2020 +0200
src/x2goclient-network-ssh.h: add missing error constants for x2goclient_str_to_int () conversion in src/x2goclient-network-ssh.c.
---
src/x2goclient-network-ssh.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/x2goclient-network-ssh.h b/src/x2goclient-network-ssh.h
index 1af7d70..bfa1fdf 100644
--- a/src/x2goclient-network-ssh.h
+++ b/src/x2goclient-network-ssh.h
@@ -53,7 +53,11 @@ X2GoClientNetworkSSH* x2goclient_network_ssh_new (const gchar *session_path);
#define X2GOCLIENT_NETWORK_SSH_ERROR g_quark_from_static_string ("x2goclient-network-ssh")
enum {
- X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV = 0,
+ X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_NOT_NUMERIC = 0,
+ X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_UNDERFLOW,
+ X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_OVERFLOW,
+ X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_TOO_BIG,
+ X2GOCLIENT_NETWORK_SSH_ERROR_PORT_CONV_NEGATIVE_ZERO,
X2GOCLIENT_NETWORK_SSH_ERROR_IPV6_CONV,
X2GOCLIENT_NETWORK_SSH_ERROR_IPV4_CONV,
X2GOCLIENT_NETWORK_SSH_ERROR_ALIAS_CONV,
--
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