mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
Bump github.com/coreos/go-systemd/v22 from 22.3.0 to 22.3.1
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.3.0 to 22.3.1. - [Release notes](https://github.com/coreos/go-systemd/releases) - [Commits](https://github.com/coreos/go-systemd/compare/v22.3.0...v22.3.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
vendor/github.com/coreos/go-systemd/v22/sdjournal/journal.go
generated
vendored
2
vendor/github.com/coreos/go-systemd/v22/sdjournal/journal.go
generated
vendored
@ -1155,7 +1155,7 @@ func (j *Journal) GetBootID() (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
id128StringMax := C.ulong(C.SD_ID128_STRING_MAX)
|
||||
id128StringMax := C.size_t(C.SD_ID128_STRING_MAX)
|
||||
c := (*C.char)(C.malloc(id128StringMax))
|
||||
defer C.free(unsafe.Pointer(c))
|
||||
C.my_sd_id128_to_string(sd_id128_to_string, boot_id, c)
|
||||
|
Reference in New Issue
Block a user