]> andersk Git - openssh.git/blobdiff - sshd.c
- OpenBSD CVS Sync
[openssh.git] / sshd.c
diff --git a/sshd.c b/sshd.c
index f9b87ea1ce50a77327a8ccfc356160b31be5be1c..5b89231f1e9caa3002e31a15d956895528f08b11 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.360 2008/06/12 20:38:28 dtucker Exp $ */
+/* $OpenBSD: sshd.c,v 1.361 2008/06/14 15:49:48 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1441,7 +1441,8 @@ main(int ac, char **av)
         * the parameters we need.  If we're not doing an extended test,
         * do not silently ignore connection test params.
         */
-       if (test_flag >= 2 && (test_user != NULL || test_host != NULL || test_addr != NULL)
+       if (test_flag >= 2 &&
+          (test_user != NULL || test_host != NULL || test_addr != NULL)
            && (test_user == NULL || test_host == NULL || test_addr == NULL))
                fatal("user, host and addr are all required when testing "
                   "Match configs");
This page took 0.105282 seconds and 4 git commands to generate.