~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to src/libecryptfs/key_mod.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:
425
425
                curr = curr->next;
426
426
                free(temp);
427
427
        }
 
428
        ctx->key_mod_list_head.next = NULL;
428
429
        return 0;
429
430
}