aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_bsd_addr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_bsd_addr.c')
-rw-r--r--sys/netinet/sctp_bsd_addr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/sctp_bsd_addr.c b/sys/netinet/sctp_bsd_addr.c
index a36c360279ff..c2f6b786948a 100644
--- a/sys/netinet/sctp_bsd_addr.c
+++ b/sys/netinet/sctp_bsd_addr.c
@@ -486,11 +486,10 @@ sctp_copy_out_packet_log(uint8_t *target, int length)
* We wind through the packet log starting at start copying up to
* length bytes out. We return the number of bytes copied.
*/
- int tocopy, this_copy;
+ int this_copy;
int *lenat;
int did_delay = 0;
- tocopy = length;
if (length < (int)(2 * sizeof(int))) {
/* not enough room */
return (0);