- Whoops, stupid sloppy switch code rewriters ought to be punished.

This commit is contained in:
ccremers 2005-05-12 11:59:31 +00:00
parent 2e4c5afeb7
commit 3fba68b240

View File

@ -95,6 +95,7 @@ systemInit ()
sys->secrets = NULL; // list of claimed secrets sys->secrets = NULL; // list of claimed secrets
sys->synchronising_labels = NULL; sys->synchronising_labels = NULL;
sys->attack = NULL; sys->attack = NULL;
sys->prune = 2; // default pruning method
/* no protocols => no protocol preprocessed */ /* no protocols => no protocol preprocessed */
sys->rolecount = 0; sys->rolecount = 0;
sys->roleeventmax = 0; sys->roleeventmax = 0;