]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: correct error message
authordjm@openbsd.org <djm@openbsd.org>
Tue, 11 Jun 2024 00:36:20 +0000 (00:36 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 11 Jun 2024 01:26:50 +0000 (11:26 +1000)
OpenBSD-Commit-ID: 581f60f73099083392887206860229ab104620ed

servconf.c

index 4598ee373151e7e79bd5d7b77a9d302845036127..8fe56939cede78e916e28cd046f0585f7dc1e41d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.c,v 1.409 2024/06/06 20:25:48 djm Exp $ */
+/* $OpenBSD: servconf.c,v 1.410 2024/06/11 00:36:20 djm Exp $ */
 /*
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  *                    All rights reserved
@@ -1981,7 +1981,7 @@ process_server_config_line_depth(ServerOptions *options, char *line,
                charptr = &options->per_source_penalty_exempt;
                arg = argv_next(&ac, &av);
                if (!arg || *arg == '\0')
-                       fatal("%s line %d: missing file name.",
+                       fatal("%s line %d: missing argument.",
                            filename, linenum);
                if (addr_match_list(NULL, arg) != 0) {
                        fatal("%s line %d: keyword %s "