]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/crash: fix signature for py3
authorSage Weil <sage@redhat.com>
Thu, 19 Dec 2019 21:52:37 +0000 (15:52 -0600)
committerSage Weil <sage@redhat.com>
Fri, 20 Dec 2019 13:17:10 +0000 (07:17 -0600)
commit191b55e8341d0dd733e516d015a131ee94f64bb5
tree4f1f4be7b11843be0b4ba5bd4ef4497e15e3a39c
parent757a6055117c5c4493ba811ba9becbaeaad22fe5
mgr/crash: fix signature for py3

With python3 the sig.digest() is bytes, so c is an int, not a char.

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/crash/module.py