]> git.evergreen-ils.org Git - working/SIPServer.git/commit
LP#1070466: Pack, then unpack total in debug_split_print.
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 23 Oct 2012 17:23:14 +0000 (13:23 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 8 Jul 2014 15:47:13 +0000 (08:47 -0700)
commit40bf68d9e3a6f02ee141aa9ae50cc6e2f7393cee
treeebbb9df43868290d4723132568a40c422cfae19b
parent251821cb274cb5800f3aca03842da3250197b9d2
LP#1070466: Pack, then unpack total in debug_split_print.

The checksum needs to be a 16bit value, so we pack, then unpack the
checksum total in debug_split_print to guarantee that.  Some longer
messages have generated 32-bit checksums.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Sip/Checksum.pm