]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - rpc/conn.go
Update copyright years
[safcm/safcm.git] / rpc / conn.go
index 3f7ade144c1c2905254da49eb7924552aa3c362d..8b63477fc624d82119f1459ce0e509de03a76f23 100644 (file)
@@ -1,6 +1,6 @@
 // Simple RPC-like protocol: implementation of connection and basic actions
 
-// Copyright (C) 2021  Simon Ruderich
+// Copyright (C) 2021-2024  Simon Ruderich
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -140,7 +140,7 @@ func (c *Conn) Kill() error {
 
        c.debugf("Kill: killing connection")
 
-       c.cmd.Process.Kill()
+       c.cmd.Process.Kill() //nolint:errcheck
        return c.wait()
 }