summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-session_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh/patches/patch-session_c')
-rw-r--r--package/openssh/patches/patch-session_c6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssh/patches/patch-session_c b/package/openssh/patches/patch-session_c
index ea9508cfd..fd1e879b3 100644
--- a/package/openssh/patches/patch-session_c
+++ b/package/openssh/patches/patch-session_c
@@ -1,6 +1,6 @@
---- openssh-5.2p1.orig/session.c 2009-01-28 06:29:49.000000000 +0100
-+++ openssh-5.2p1/session.c 2009-09-18 12:25:29.000000000 +0200
-@@ -1865,7 +1865,7 @@ session_unused(int id)
+--- openssh-5.3p1.orig/session.c 2009-08-20 08:20:50.000000000 +0200
++++ openssh-5.3p1/session.c 2009-12-05 12:10:19.000000000 +0100
+@@ -1859,7 +1859,7 @@ session_unused(int id)
fatal("%s: insane session id %d (max %d nalloc %d)",
__func__, id, options.max_sessions, sessions_nalloc);
}