Skip to content

Commit ea4b07c

Browse files
authored
Update sdnotify.go
1 parent 6ba2e03 commit ea4b07c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

daemon/sdnotify.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ func SdNotify(unsetEnvironment bool, state string) (bool, error) {
6767
return false, nil
6868
}
6969

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

0 commit comments

Comments
 (0)