Chmod remove #49

Merged
asmeron merged 1 commits from YanTheKaller/libublsettings:master into master 5 months ago

@ -89,10 +89,6 @@ int yon_file_create_full_path(char *path, mode_t rules){
} }
} }
if (i>2){
struct passwd *user = getpwnam(yon_ubl_root_user_get());
int chown_success = chown(temp,user->pw_uid,user->pw_gid);
}
} }
if (!yon_char_is_empty(current)) free(current); if (!yon_char_is_empty(current)) free(current);
current = temp; current = temp;

Loading…
Cancel
Save