diff options
author | Colin Watson <cjwatson@debian.org> | 2010-03-01 13:18:52 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-03-01 13:18:52 +0000 |
commit | f1c47f79505a74bacb3378df8b0cfa442c242f34 (patch) | |
tree | c16aeae45504b2b0397ba42545c20cd6be2d6bd7 /debian/patches | |
parent | 02cb5696fc4addea1a8358d4df023109876b6ced (diff) |
ssh-vulnkey.patch: fix offsets
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/ssh-vulnkey.patch | 2 |
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); |