diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 17:14:23 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-02 21:26:57 -0800 |
commit | 80f15d62418040e78849f5fc3a4a5af9c9d1fec7 (patch) | |
tree | 8b6e07b00843467d06dda45cc8d00e5dc3363a19 /net | |
parent | a926626893aca20567f27af1c5edc830e1c51b2b (diff) | |
download | op-kernel-dev-80f15d62418040e78849f5fc3a4a5af9c9d1fec7.zip op-kernel-dev-80f15d62418040e78849f5fc3a4a5af9c9d1fec7.tar.gz |
[SCTP]: ->source_h is not used anymore.
kill it
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/sctp/sm_make_chunk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c index beee1aa..9d55497 100644 --- a/net/sctp/sm_make_chunk.c +++ b/net/sctp/sm_make_chunk.c @@ -1032,7 +1032,6 @@ void sctp_init_addrs(struct sctp_chunk *chunk, union sctp_addr *src, union sctp_addr *dest) { memcpy(&chunk->source, src, sizeof(union sctp_addr)); - flip_to_h(&chunk->source_h, &chunk->source); memcpy(&chunk->dest, dest, sizeof(union sctp_addr)); } |