diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-04-16 15:07:10 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-17 22:13:02 +0400 |
commit | 542c2d832087aa78566be49aa4284779a0a687b3 (patch) | |
tree | d364069534acbbaa42ed94003e170e853e0a3423 /net/sctp/inqueue.c | |
parent | 92cf1f23cc9390ea5c00e8185c1f7910c3d15452 (diff) | |
download | linux-542c2d832087aa78566be49aa4284779a0a687b3.tar.xz |
net: sctp: sctp_ssnmap: remove 'malloced' element from struct
sctp_ssnmap_init() can only be called from sctp_ssnmap_new()
where malloced is always set to 1. Thus, when we call
sctp_ssnmap_free() the test for map->malloced evaluates always
to true.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/inqueue.c')
0 files changed, 0 insertions, 0 deletions