Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
3a3ac1cf
Unverified
Commit
3a3ac1cf
authored
Jul 02, 2019
by
IKEDA Soji
Committed by
GitHub
Jul 02, 2019
Browse files
Merge pull request #671 from ikedas/nfs_mtime by ikedas
mtime of file like .last_change.admin was not updated
parents
469a805b
a8e69085
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
3a3ac1cf
...
...
@@ -643,6 +643,7 @@ sub _cache_publish_expiry {
# Touch status file.
my
$fh
;
open
$fh
,
'
>
',
$stat_file
and
close
$fh
;
utime
undef
,
undef
,
$stat_file
;
# required for such as NFS.
}
sub
_cache_read_expiry
{
...
...
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