]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - net/sctp/sm_make_chunk.c
SCTP: Fix SCTP-AUTH to correctly add HMACS paramter.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 29 Nov 2007 13:44:34 +0000 (08:44 -0500)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 29 Nov 2007 15:17:41 +0000 (10:17 -0500)
commit9baffaa689a50ef9480ecd9017ffd1480c807328
tree189a6a5752b1b4321b9eccb449688287d6ecfd90
parentfd10279bc7405c4f1e47a008686d3d9ad71d7f6d
SCTP: Fix SCTP-AUTH to correctly add HMACS paramter.

There was a typo that cleared the HMACS parameters when no
authenticated chunks were specified.  We whould be clearing
the chunks pointer instead of the hmacs.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/sm_make_chunk.c