From db617c4169daecb1fef07f9e15bd399d1ae1bf15 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 20 Nov 2006 17:14:23 -0800 Subject: [PATCH] --- yaml --- r: 41832 b: refs/heads/master c: 80f15d62418040e78849f5fc3a4a5af9c9d1fec7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/sctp/structs.h | 1 - trunk/net/sctp/sm_make_chunk.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 2177511296b1..006173d781ce 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a926626893aca20567f27af1c5edc830e1c51b2b +refs/heads/master: 80f15d62418040e78849f5fc3a4a5af9c9d1fec7 diff --git a/trunk/include/net/sctp/structs.h b/trunk/include/net/sctp/structs.h index 275195620145..9bb5c038b95a 100644 --- a/trunk/include/net/sctp/structs.h +++ b/trunk/include/net/sctp/structs.h @@ -714,7 +714,6 @@ struct sctp_chunk { /* What is the origin IP address for this chunk? */ union sctp_addr source; - union sctp_addr source_h; /* Destination address for this chunk. */ union sctp_addr dest; diff --git a/trunk/net/sctp/sm_make_chunk.c b/trunk/net/sctp/sm_make_chunk.c index beee1aa09e7a..9d55497627f6 100644 --- a/trunk/net/sctp/sm_make_chunk.c +++ b/trunk/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)); }