Strict Hierarchical Check of Trust Chain
diff --git a/nlsr.c b/nlsr.c
index c63aa9e..ad30f67 100644
--- a/nlsr.c
+++ b/nlsr.c
@@ -1313,6 +1313,8 @@
 	nlsr->detailed_logging=0;
 	nlsr->debugging=0;
 
+	nlsr->isStrictHierchicalKeyCheck=1;
+
 	nlsr->interest_retry = INTEREST_RETRY;
 	nlsr->interest_resend_time = INTEREST_RESEND_TIME;
 	nlsr->lsa_refresh_time=LSA_REFRESH_TIME;