]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
I'm a doofus.
authorDamien Miller <djm@mindrot.org>
Mon, 20 Mar 2017 01:07:20 +0000 (12:07 +1100)
committerDamien Miller <djm@mindrot.org>
Mon, 20 Mar 2017 01:07:20 +0000 (12:07 +1100)
Unbreak obvious syntax error.

utf8.c

diff --git a/utf8.c b/utf8.c
index d38902032bd47df03be9affed694bbbd56d6f01c..dead79b8a252404451c9a7df356e286a7fc7f75f 100644 (file)
--- a/utf8.c
+++ b/utf8.c
@@ -61,7 +61,7 @@ dangerous_locale(void) {
 
        loc = nl_langinfo(CODESET);
        return strcmp(loc, "US-ASCII") != 0 && strcmp(loc, "UTF-8") != 0 &&
-           strcmp(loc, "ANSI_X3.4-1968") != 0 strcmp(loc, "646") != 0;
+           strcmp(loc, "ANSI_X3.4-1968") != 0 && strcmp(loc, "646") != 0;
 }
 
 static int