]> git.proxmox.com Git - pmg-log-tracker.git/commit
fix csum calculation and update checksums
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 21 Feb 2019 08:42:02 +0000 (09:42 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 22 Feb 2019 12:11:24 +0000 (13:11 +0100)
commitbdbaa97f1df48a8ad89a6dfab95546d2475aba53
treecd024d3238171388f84a43ca47e59d869db450ef
parent8e21bad78b43c5ae01a9291149c3c247477e54b2
fix csum calculation and update checksums

it was intended to be a rol instead of a simple left shift which changes the
checksums for the various programs (like 'proxprox', 'postfix/postscreen',
etc.) so we update those and use defines instead of the hardcoded hex values.
this makes it much more readable and less error prone

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
pmg-log-tracker.c