]> andersk Git - openssh.git/blobdiff - readconf.c
- stevesk@cvs.openbsd.org 2009/12/25 19:40:21
[openssh.git] / readconf.c
index 6b2e3b21d75745e80031b6b5a604427eb5ae0b9f..2f1b0cd3bb59be4b1862d5100a64e2d428de9a36 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.179 2009/10/28 16:38:18 reyk Exp $ */
+/* $OpenBSD: readconf.c,v 1.180 2009/12/25 19:40:21 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -925,7 +925,7 @@ parse_int:
                if (!arg || *arg == '\0')
                        fatal("%.200s line %d: Missing argument.",
                            filename, linenum);
-               value = a2port(arg);
+               value = a2rdomain(arg);
                if (value == -1)
                        fatal("%.200s line %d: Bad rdomain.",
                            filename, linenum);
This page took 0.03228 seconds and 4 git commands to generate.