[pkg-remote-commits] [xrdp] 05/05: Fix patch.
Dominik George
natureshadow-guest at moszumanska.debian.org
Mon Apr 24 18:43:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit c09913563b19b77ef8296a53a7b7e7e93cc55e61
Author: Dominik George <nik at naturalnet.de>
Date: Mon Apr 24 20:31:04 2017 +0200
Fix patch.
---
debian/patches/cve-2017-6967.diff | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/cve-2017-6967.diff b/debian/patches/cve-2017-6967.diff
index 1fdb425..fd50b28 100644
--- a/debian/patches/cve-2017-6967.diff
+++ b/debian/patches/cve-2017-6967.diff
@@ -10,7 +10,7 @@ Origin: https://github.com/neutrinolabs/xrdp/commit/4b8a33e087ee9cf5556b40b717cd
tbus data;
struct session_item *s_item;
int errorcode = 0;
-+ bool_t do_auth_end = 1;
++ int do_auth_end = 1;
data = auth_userpass(s->username, s->password, &errorcode);
@@ -49,7 +49,7 @@ Origin: https://github.com/neutrinolabs/xrdp/commit/4b8a33e087ee9cf5556b40b717cd
struct session_item *sitem;
int scount;
SCP_SID sid;
-+ bool_t do_auth_end = 1;
++ int do_auth_end = 1;
retries = g_cfg->sec.login_retry;
current_try = retries;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git
More information about the pkg-remote-commits
mailing list