summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-10-27 08:42:33 +1100
committerDamien Miller <djm@mindrot.org>2017-10-27 08:42:33 +1100
commit2de5c6b53bf063ac698596ef4e23d8e3099656ea (patch)
tree4c254dd2c5368fef53a0273ba8d945c779357201 /servconf.c
parent6bd5b569fd6dfd5e8c8af20bbc41e45c2d6462ab (diff)
downloadopenssh-git-2de5c6b53bf063ac698596ef4e23d8e3099656ea.tar.gz
fix rdomain compilation errors
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index 7fc3551d..53d81fb3 100644
--- a/servconf.c
+++ b/servconf.c
@@ -736,7 +736,7 @@ static int
valid_rdomain(const char *name)
{
#if defined(HAVE_SYS_VALID_RDOMAIN)
- return valid_rdomain(name)
+ return sys_valid_rdomain(name);
#elif defined(__OpenBSD__)
const char *errstr;
long long num;