svn commit: r484159 - head/security/sst/files

Mikhail Teterin mi at FreeBSD.org
Mon Nov 5 00:10:24 UTC 2018


Author: mi
Date: Mon Nov  5 00:10:23 2018
New Revision: 484159
URL: https://svnweb.freebsd.org/changeset/ports/484159

Log:
  Fix a copy-pasting error in the just committed patch...

Modified:
  head/security/sst/files/patch-sst.c

Modified: head/security/sst/files/patch-sst.c
==============================================================================
--- head/security/sst/files/patch-sst.c	Mon Nov  5 00:04:04 2018	(r484158)
+++ head/security/sst/files/patch-sst.c	Mon Nov  5 00:10:23 2018	(r484159)
@@ -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();
 +}


More information about the svn-ports-all mailing list