In the move to c8s the patch series was rebased and the initialization of sessp got dropped.
$ git diff rhel-8.8.0:0003-v3.1.12-xfsrestore-untangle-inventory-unpacking-logic.patch \
rhel-8.9.0:0008-v3.1.12-xfsrestore-untangle-inventory-unpacking-logic.patch | grep sessp
- sessp = 0;
+- sessp = 0;
if ( ! ok || ! sessp ) {
Regenerate the patch to fix this.
Resolves: RHEL-179062
Signed-off-by: Donald Douwsma <ddouwsma@redhat.com>