diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2018-11-05 00:10:23 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2018-11-05 00:10:23 +0000 |
commit | 00525eee6552ca9fbd0b36a03588e6cc2b0936d5 (patch) | |
tree | c7b40405b45dc06aff0d330f15900cea459b6dbc /security/sst/files/patch-sst.c | |
parent | Upgrade to upstream's 1.23. Try to organize the checks (diff) |
Fix a copy-pasting error in the just committed patch...
Notes
Notes:
svn path=/head/; revision=484159
Diffstat (limited to 'security/sst/files/patch-sst.c')
-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(); +} |