diff options
Diffstat (limited to 'hdata/tpmrel.c')
-rw-r--r-- | hdata/tpmrel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/tpmrel.c b/hdata/tpmrel.c index 8e36d3d..4be3f81 100644 --- a/hdata/tpmrel.c +++ b/hdata/tpmrel.c @@ -209,7 +209,7 @@ void node_stb_parse(void) { struct HDIF_common_hdr *hdif_hdr; - hdif_hdr = get_hdif(&spira.ntuples.node_stb_data, "TPMREL"); + hdif_hdr = get_hdif(&spira.ntuples.node_stb_data, STB_HDIF_SIG); if (!hdif_hdr) { prlog(PR_DEBUG, "TPMREL data not found\n"); return; |