[openssh-commits] [openssh] 01/01: fix syntax error

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jun 18 15:09:25 AEST 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 5c15e22c691c79a47747bcf5490126656f97cecd
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jun 18 15:07:56 2015 +1000

    fix syntax error
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a1a29a6..729524e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -786,7 +786,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
 		;;
 	aarch64*-*)
 		seccomp_audit_arch=AUDIT_ARCH_AARCH64
-		;
+		;;
 	esac
 	if test "x$seccomp_audit_arch" != "x" ; then
 		AC_MSG_RESULT(["$seccomp_audit_arch"])

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list