artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f1d9c
)
Remove superfluous call to l2vpn_pw_exit().
author
renato
<renato@openbsd.org>
Mon, 27 Jun 2016 19:08:39 +0000
(19:08 +0000)
committer
renato
<renato@openbsd.org>
Mon, 27 Jun 2016 19:08:39 +0000
(19:08 +0000)
usr.sbin/ldpd/l2vpn.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ldpd/l2vpn.c
b/usr.sbin/ldpd/l2vpn.c
index
4a8d46c
..
0c97388
100644
(file)
--- a/
usr.sbin/ldpd/l2vpn.c
+++ b/
usr.sbin/ldpd/l2vpn.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: l2vpn.c,v 1.1
8 2016/06/18 17:13:05
renato Exp $ */
+/* $OpenBSD: l2vpn.c,v 1.1
9 2016/06/27 19:08:39
renato Exp $ */
/*
* Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
@@
-74,7
+74,6
@@
l2vpn_del(struct l2vpn *l2vpn)
free(lif);
}
while ((pw = LIST_FIRST(&l2vpn->pw_list)) != NULL) {
- l2vpn_pw_exit(pw);
LIST_REMOVE(pw, entry);
free(pw);
}