@@ -140,8 +140,10 @@ int BSLP_QueryPolicy(const void *user_data, BSL_SecurityActionSet_t *output_acti
140140 for (i = 0 ; i < BSLP_SecOperPtrList_size (secops ); i ++ )
141141 {
142142 BSL_SecOper_t * * comp = BSLP_SecOperPtrList_get (secops , i );
143- BSL_LOG_INFO ("NEW SECOP (tgt=%d)(bib?=%d)(secblk=%d)" , BSL_SecOper_GetTargetBlockNum (sec_oper ), BSL_SecOper_IsBIB (sec_oper ), BSL_SecOper_GetSecurityBlockNum (sec_oper ));
144- BSL_LOG_INFO ("comp SECOP (tgt=%d)(bib?=%d)(secblk=%d)" , BSL_SecOper_GetTargetBlockNum (* comp ), BSL_SecOper_IsBIB (* comp ), BSL_SecOper_GetSecurityBlockNum (* comp ));
143+ BSL_LOG_INFO ("NEW SECOP (tgt=%d)(bib?=%d)(secblk=%d)" , BSL_SecOper_GetTargetBlockNum (sec_oper ),
144+ BSL_SecOper_IsBIB (sec_oper ), BSL_SecOper_GetSecurityBlockNum (sec_oper ));
145+ BSL_LOG_INFO ("comp SECOP (tgt=%d)(bib?=%d)(secblk=%d)" , BSL_SecOper_GetTargetBlockNum (* comp ),
146+ BSL_SecOper_IsBIB (* comp ), BSL_SecOper_GetSecurityBlockNum (* comp ));
145147 if (BSL_SecOper_GetTargetBlockNum (* comp ) == BSL_SecOper_GetTargetBlockNum (sec_oper ))
146148 {
147149 // Both BIBs or BCBs
@@ -202,7 +204,7 @@ int BSLP_QueryPolicy(const void *user_data, BSL_SecurityActionSet_t *output_acti
202204 BSL_LOG_INFO ("Created sec operation for rule `%s`" , rule -> description );
203205 }
204206
205- for (size_t i = 0 ; i < BSLP_SecOperPtrList_size (secops ); i ++ )
207+ for (size_t i = 0 ; i < BSLP_SecOperPtrList_size (secops ); i ++ )
206208 {
207209 BSL_SecOper_t * * secop = BSLP_SecOperPtrList_get (secops , i );
208210 BSL_SecurityAction_AppendSecOper (action , * secop );
0 commit comments