summaryrefslogtreecommitdiff
path: root/aserver/aserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'aserver/aserver.c')
-rw-r--r--aserver/aserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aserver/aserver.c b/aserver/aserver.c
index f0241382..230c9ebf 100644
--- a/aserver/aserver.c
+++ b/aserver/aserver.c
@@ -1117,7 +1117,7 @@ int main(int argc, char **argv)
ERROR("Cannot resolve %s", host);
return 1;
}
- if (!is_local(h)) {
+ if (!snd_is_local(h)) {
ERROR("%s is not the local host", host);
return 1;
}