]> wimlib.net Git - wimlib/blobdiff - src/wim.c
security.c: Rewrite some code
[wimlib] / src / wim.c
index 811ea2afa35e5aebd2c56663ca90f0edc5988a5e..2907cd31c42f933b03067f10e61cad86954d0a51 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -57,7 +57,7 @@ static int
 image_print_metadata(WIMStruct *w)
 {
        DEBUG("Printing metadata for image %d", w->current_image);
 image_print_metadata(WIMStruct *w)
 {
        DEBUG("Printing metadata for image %d", w->current_image);
-       print_security_data(wim_security_data(w));
+       print_wim_security_data(wim_security_data(w));
        return for_dentry_in_tree(wim_root_dentry(w), print_dentry,
                                  w->lookup_table);
 }
        return for_dentry_in_tree(wim_root_dentry(w), print_dentry,
                                  w->lookup_table);
 }
@@ -555,7 +555,7 @@ destroy_image_metadata(struct wim_image_metadata *imd,
 {
        free_dentry_tree(imd->root_dentry, table);
        imd->root_dentry = NULL;
 {
        free_dentry_tree(imd->root_dentry, table);
        imd->root_dentry = NULL;
-       free_security_data(imd->security_data);
+       free_wim_security_data(imd->security_data);
        imd->security_data = NULL;
 
        if (free_metadata_lte) {
        imd->security_data = NULL;
 
        if (free_metadata_lte) {