diff options
author | mi <mi@FreeBSD.org> | 2018-11-05 08:10:23 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2018-11-05 08:10:23 +0800 |
commit | 685fbb18675c3428528d922552efe6ea505277e5 (patch) | |
tree | c7b40405b45dc06aff0d330f15900cea459b6dbc /security | |
parent | d0e8155d117cb7725f6c3a1d9813d5139f4e3e66 (diff) | |
download | freebsd-ports-gnome-685fbb18675c3428528d922552efe6ea505277e5.tar.gz freebsd-ports-gnome-685fbb18675c3428528d922552efe6ea505277e5.tar.zst freebsd-ports-gnome-685fbb18675c3428528d922552efe6ea505277e5.zip |
Fix a copy-pasting error in the just committed patch...
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(); +} |