diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/sst/files/patch-sst.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); +} |