mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Comment
This commit is contained in:
parent
9c73ab3070
commit
af6340df09
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func writeSource(f string, bin, sig []byte) (err error) {
|
||||||
|
|
||||||
func (source *Source) updateCache(bin, sig []byte, now time.Time) error {
|
func (source *Source) updateCache(bin, sig []byte, now time.Time) error {
|
||||||
f := source.cacheFile
|
f := source.cacheFile
|
||||||
// If the data and signature are unchanged, update the files timestamps only
|
// If the data is unchanged, update the files timestamps only
|
||||||
if bytes.Equal(source.bin, bin) {
|
if bytes.Equal(source.bin, bin) {
|
||||||
_ = os.Chtimes(f, now, now)
|
_ = os.Chtimes(f, now, now)
|
||||||
_ = os.Chtimes(f+".minisig", now, now)
|
_ = os.Chtimes(f+".minisig", now, now)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue