diff options
author | Joel Knight <joel@cvs.openbsd.org> | 2005-05-05 04:00:27 +0000 |
---|---|---|
committer | Joel Knight <joel@cvs.openbsd.org> | 2005-05-05 04:00:27 +0000 |
commit | 84b5a42485cca244f751ab815a63c89b64e7f9ac (patch) | |
tree | 6099a13f8d18c9fb244aa08701c8149316eaaf58 /sbin | |
parent | 5535e7ebc9fc71a4a1b3ffbc7b6678698e6bc026 (diff) |
typo
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/pfctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c index 2e628e51658..dcfb7f387b7 100644 --- a/sbin/pfctl/pfctl.c +++ b/sbin/pfctl/pfctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl.c,v 1.234 2005/03/07 13:52:50 henning Exp $ */ +/* $OpenBSD: pfctl.c,v 1.235 2005/05/05 04:00:26 joel Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1343,7 +1343,7 @@ pfctl_load_logif(struct pfctl *pf, char *ifname) memset(&pi, 0, sizeof(pi)); if (ifname && strlcpy(pi.ifname, ifname, sizeof(pi.ifname)) >= sizeof(pi.ifname)) { - warnx("pfctl_set_logif: strlcpy"); + warnx("pfctl_load_logif: strlcpy"); return (1); } if (ioctl(pf->dev, DIOCSETSTATUSIF, &pi)) { |