Skip to content

Commit

Permalink
Update sdnotify.go
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp authored Aug 23, 2024
1 parent 6ba2e03 commit ea4b07c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/sdnotify.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func SdNotify(unsetEnvironment bool, state string) (bool, error) {
return false, nil
}


// abstract unix socket. Start with a 0-byte
if notifySocket[0] == '@' {
notifySocket = "\00" ++ notifySocket[1:]

Check failure on line 72 in daemon/sdnotify.go

View workflow job for this annotation

GitHub Actions / Build on minimum supported toolchain

illegal character U+0022 '"' in escape sequence

Check failure on line 72 in daemon/sdnotify.go

View workflow job for this annotation

GitHub Actions / Distro test (ubuntu:20.04)

invalid character '"' in octal escape

Check failure on line 72 in daemon/sdnotify.go

View workflow job for this annotation

GitHub Actions / Distro test (ubuntu:20.04)

syntax error: unexpected ++ at end of statement

Check failure on line 72 in daemon/sdnotify.go

View workflow job for this annotation

GitHub Actions / Build (1.20.x)

illegal character U+0022 '"' in escape sequence
Expand Down

0 comments on commit ea4b07c

Please sign in to comment.