diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-07-01 21:43:22 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-07-01 21:43:22 +0000 |
commit | 120e725e8587366401116a20a0c541752477eaef (patch) | |
tree | b8225f349e06cb0c76db0ab56e902ebb816222be /sbin/brconfig | |
parent | df38feac65ef08fec1f3aad449d45dc11bde69f7 (diff) |
cut and pasto (fetch maxage correctly); Benny Holmgren <bigfoot@astrakan.hig.se>
Diffstat (limited to 'sbin/brconfig')
-rw-r--r-- | sbin/brconfig/brconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/brconfig/brconfig.c b/sbin/brconfig/brconfig.c index 97868096f02..5edb83627e8 100644 --- a/sbin/brconfig/brconfig.c +++ b/sbin/brconfig/brconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: brconfig.c,v 1.17 2002/02/16 21:27:33 millert Exp $ */ +/* $OpenBSD: brconfig.c,v 1.18 2002/07/01 21:43:21 jason Exp $ */ /* * Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) @@ -630,7 +630,7 @@ bridge_cfg(s, brdg, delim) } fd = ifbp.ifbrp_fwddelay; - if (ioctl(s, SIOCBRDGGFD, (caddr_t)&ifbp)) { + if (ioctl(s, SIOCBRDGGMA, (caddr_t)&ifbp)) { warn("%s", brdg); return (EX_IOERR); } |