| commit | d43f8b39b075fe60e0c8fdb33b07b284d3fae503 | [log] [tgz] |
|---|---|---|
| author | David Lamparter <equinox@opensourcerouting.org> | Tue Mar 03 08:54:54 2015 +0100 |
| committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:18:01 2015 +0200 |
| tree | 8c98dce915aaaabd0707a12c2c08199d0bfdec2e | |
| parent | b1672ce858cc9c16fd7cc67b673aa241d9583a59 [diff] |
bgpd, zebra: fix struct/pointer sizeof mixups Two places were taking sizeof(pointer) instead of the sizeof(struct), while performing operations on the struct. Both are initialisation functions; I guess we haven't seen fallout since they weren't critical. Fix anyway. [v2: fix mistake that actually broke bgpd RS workqueue init] Signed-off-by: David Lamparter <equinox@opensourcerouting.org>