summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/pfctl/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 22cbd50fa4d..b15fb5626a9 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.450 2004/04/14 11:16:42 cedric Exp $ */
+/* $OpenBSD: parse.y,v 1.451 2004/04/22 08:34:30 henning Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -505,7 +505,7 @@ option : SET OPTIMIZATION STRING {
YYERROR;
}
if (pfctl_set_hostid(pf, $3) != 0) {
- yyerror("error setting loginterface %08x", $3);
+ yyerror("error setting hostid %08x", $3);
YYERROR;
}
}