summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-04 18:48:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-04 18:48:06 +0000
commit940a049bcdb1190ca1ede7bf61454331dec7ce6a (patch)
tree0877d75099e5320407e3f932848671d5b77d9845 /usr.sbin/hostapd
parent91588076ed8c710828102214ff01f1d7dc4ad037 (diff)
nicer text
Diffstat (limited to 'usr.sbin/hostapd')
-rw-r--r--usr.sbin/hostapd/hostapd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/hostapd.c b/usr.sbin/hostapd/hostapd.c
index d437cd81819..53c77b844b0 100644
--- a/usr.sbin/hostapd/hostapd.c
+++ b/usr.sbin/hostapd/hostapd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostapd.c,v 1.14 2005/07/04 17:51:44 reyk Exp $ */
+/* $OpenBSD: hostapd.c,v 1.15 2005/07/04 18:48:05 deraadt Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -411,7 +411,7 @@ main(int argc, char *argv[])
hostapd_fatal("invalid configuration in %s\n", cfg->c_config);
if ((cfg->c_flags & HOSTAPD_CFG_F_IAPP) == 0)
- hostapd_fatal("unspecified IAPP interface\n");
+ hostapd_fatal("IAPP interface not specified\n");
if ((cfg->c_flags & HOSTAPD_CFG_F_APME) == 0)
strlcpy(cfg->c_apme_iface, "<none>", sizeof(cfg->c_apme_iface));