diff --git a/sdk/lib/rtl/atom.c b/sdk/lib/rtl/atom.c index 96b35f1171a..283cde55585 100644 --- a/sdk/lib/rtl/atom.c +++ b/sdk/lib/rtl/atom.c @@ -174,6 +174,7 @@ RtlCreateAtomTable( } /* initialize atom table */ + Table->Signature = 'motA'; Table->NumberOfBuckets = TableSize; Status = RtlpInitAtomTableLock(Table);