Add explicit NULL entries for init_session, register_hooks and

deregister_hooks with appropriate comments.
This commit is contained in:
Todd C. Miller
2012-03-15 09:02:19 -04:00
parent f587fa1535
commit 0b1baf07ec

View File

@@ -488,7 +488,10 @@ struct policy_plugin sample_policy = {
policy_check,
policy_list,
NULL, /* validate */
NULL /* invalidate */
NULL, /* invalidate */
NULL, /* init_session */
NULL, /* register_hooks */
NULL /* deregister_hooks */
};
/*