]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
ipc: remove unnecessary error check
authorDavid Crawshaw <crawshaw@tailscale.com>
Sat, 2 May 2020 06:18:17 +0000 (16:18 +1000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 2 May 2020 08:02:09 +0000 (02:02 -0600)
commitc8596328e7f769fdd313f981bb3b2de38b40c80c
treec8d01ecd88f0f13c5817dfc3c9bb3c67309fc8bb
parent28c4d043048e8bb7167e96df6558a6366306fc17
ipc: remove unnecessary error check

os.MkdirAll never returns an os.IsExist error.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
ipc/uapi_bsd.go
ipc/uapi_linux.go