summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/usrsctp/usrsctplib/netinet/sctp_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/usrsctp/usrsctplib/netinet/sctp_sha1.c')
-rwxr-xr-xchromium/third_party/usrsctp/usrsctplib/netinet/sctp_sha1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/third_party/usrsctp/usrsctplib/netinet/sctp_sha1.c b/chromium/third_party/usrsctp/usrsctplib/netinet/sctp_sha1.c
index 95e47218a89..c86517f91cc 100755
--- a/chromium/third_party/usrsctp/usrsctplib/netinet/sctp_sha1.c
+++ b/chromium/third_party/usrsctp/usrsctplib/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 */