~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/libecryptfs/module_mgr.c

  • Committer: Mike Halcrow
  • Date: 2007-12-13 19:37:29 UTC
  • Revision ID: git-v1:7bdfbb1026167da8ea0df83c7e16d8c5c35e1aa7
Clean up the ecryptfs-manager lists

Show diffs side-by-side

added added

removed removed

Lines of Context:
675
675
                rc = -ENOMEM;
676
676
                goto out_free_allowed_duplicates;
677
677
        }
 
678
        key_module_select_node.num_transitions = 0;
678
679
        key_mod = ctx->key_mod_list_head.next;
679
680
        while (key_mod) {
680
681
                struct transition_node *trans_node;
789
790
                       "rc = [%d]\n", rc);
790
791
                goto out;
791
792
        }
 
793
        key_module_select_node.num_transitions = 0;
792
794
        key_mod = ctx->key_mod_list_head.next;
793
795
        while (key_mod) {
794
796
                struct transition_node *trans_node;