From 685fbb18675c3428528d922552efe6ea505277e5 Mon Sep 17 00:00:00 2001 From: mi Date: Mon, 5 Nov 2018 00:10:23 +0000 Subject: Fix a copy-pasting error in the just committed patch... --- security/sst/files/patch-sst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') diff --git a/security/sst/files/patch-sst.c b/security/sst/files/patch-sst.c index 58f8394faafc..59a22b9ac42b 100644 --- a/security/sst/files/patch-sst.c +++ b/security/sst/files/patch-sst.c @@ -231,8 +231,8 @@ + return m->meth(); + } + -+highest: + SHOW_info1("method `%s' not known, trying best available", requested); ++highest: + m = methods + sizeof(methods)/sizeof(methods[0]); /* Last entry */ + return m->meth(); +} -- cgit