summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-01 13:18:52 +0000
committerColin Watson <cjwatson@debian.org>2010-03-01 13:18:52 +0000
commitf1c47f79505a74bacb3378df8b0cfa442c242f34 (patch)
treec16aeae45504b2b0397ba42545c20cd6be2d6bd7 /debian/patches
parent02cb5696fc4addea1a8358d4df023109876b6ced (diff)
ssh-vulnkey.patch: fix offsets
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/ssh-vulnkey.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/ssh-vulnkey.patch b/debian/patches/ssh-vulnkey.patch
index b33315677..c1df3b7f4 100644
--- a/debian/patches/ssh-vulnkey.patch
+++ b/debian/patches/ssh-vulnkey.patch
@@ -512,7 +512,7 @@ Index: b/servconf.c
512 case sEmptyPasswd: 512 case sEmptyPasswd:
513 intptr = &options->permit_empty_passwd; 513 intptr = &options->permit_empty_passwd;
514 goto parse_flag; 514 goto parse_flag;
515@@ -1643,6 +1651,7 @@ 515@@ -1644,6 +1652,7 @@
516 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); 516 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost);
517 dump_cfg_fmtint(sStrictModes, o->strict_modes); 517 dump_cfg_fmtint(sStrictModes, o->strict_modes);
518 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive); 518 dump_cfg_fmtint(sTCPKeepAlive, o->tcp_keep_alive);