mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
home: riscv arch
This commit is contained in:
parent
6069382857
commit
866239a490
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ func glGetTokenDate(file string) uint32 {
|
||||||
|
|
||||||
buf := bytes.NewBuffer(bs)
|
buf := bytes.NewBuffer(bs)
|
||||||
|
|
||||||
|
// TODO(a.garipov): Get rid of github.com/josharian/native dependency.
|
||||||
err = binary.Read(buf, native.Endian, &dateToken)
|
err = binary.Read(buf, native.Endian, &dateToken)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error("decoding token: %s", err)
|
log.Error("decoding token: %s", err)
|
||||||
|
|
Loading…
Reference in a new issue