summaryrefslogtreecommitdiff
path: root/netinet/sctp_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'netinet/sctp_sha1.c')
-rwxr-xr-xnetinet/sctp_sha1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/netinet/sctp_sha1.c b/netinet/sctp_sha1.c
index 95e4721..c86517f 100755
--- a/netinet/sctp_sha1.c
+++ b/netinet/sctp_sha1.c
@@ -206,7 +206,6 @@ sctp_sha1_update(struct sctp_sha1_context *ctx, const unsigned char *ptr, unsign
ptr, number_left);
ctx->how_many_in_block += number_left;
ctx->running_total += number_left;
- number_left = 0;
break;
} else {
/* block is now full, process it */