summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/ip_dummynet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c
index 63643fd..0ea1868 100644
--- a/sys/netinet/ip_dummynet.c
+++ b/sys/netinet/ip_dummynet.c
@@ -1556,11 +1556,11 @@ config_pipe(struct dn_pipe *p)
}
s = splimp();
- x->bandwidth = p->bandwidth ;
+ x->bandwidth = p->bandwidth ;
x->numbytes = 0; /* just in case... */
bcopy(p->if_name, x->if_name, sizeof(p->if_name) );
x->ifp = NULL ; /* reset interface ptr */
- x->delay = p->delay ;
+ x->delay = p->delay ;
set_fs_parms(&(x->fs), pfs);
OpenPOWER on IntegriCloud