artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc03ff
)
correct argument to klist_free(); ok visa@ mvs@
author
jsg
<jsg@openbsd.org>
Tue, 22 Oct 2024 22:05:17 +0000
(22:05 +0000)
committer
jsg
<jsg@openbsd.org>
Tue, 22 Oct 2024 22:05:17 +0000
(22:05 +0000)
sys/net/if_pppx.c
patch
|
blob
|
history
diff --git
a/sys/net/if_pppx.c
b/sys/net/if_pppx.c
index
62d92e6
..
843b3b0
100644
(file)
--- a/
sys/net/if_pppx.c
+++ b/
sys/net/if_pppx.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_pppx.c,v 1.13
1 2024/09/20 02:00:46
jsg Exp $ */
+/* $OpenBSD: if_pppx.c,v 1.13
2 2024/10/22 22:05:17
jsg Exp $ */
/*
* Copyright (c) 2010 Claudio Jeker <claudio@openbsd.org>
@@
-562,7
+562,7
@@
pppxclose(dev_t dev, int flags, int mode, struct proc *p)
mq_purge(&pxd->pxd_svcq);
klist_free(&pxd->pxd_rklist);
- klist_free(&pxd->pxd_
r
klist);
+ klist_free(&pxd->pxd_
w
klist);
free(pxd, M_DEVBUF, sizeof(*pxd));