Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
File Roller
Commits
f70be1f4
Commit
f70be1f4
authored
Aug 17, 2016
by
Paolo Bacchilega
Browse files
do not follow symlinks when deleting a folder recursively
[bug #698554]
parent
407ead25
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/file-utils.c
View file @
f70be1f4
...
...
@@ -411,9 +411,8 @@ _g_file_remove_directory (GFile *directory,
return
TRUE
;
enumerator
=
g_file_enumerate_children
(
directory
,
G_FILE_ATTRIBUTE_STANDARD_NAME
","
G_FILE_ATTRIBUTE_STANDARD_TYPE
,
0
,
G_FILE_ATTRIBUTE_STANDARD_NAME
","
G_FILE_ATTRIBUTE_STANDARD_TYPE
,
G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS
,
cancellable
,
error
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment