commit | d28133dc9f452150c116793f3dd086bbe20db3d0 | [log] [tgz] |
---|---|---|
author | Dave Cheney <dave@cheney.net> | Wed Nov 21 15:04:22 2012 +1100 |
committer | Dave Cheney <dave@cheney.net> | Wed Nov 21 15:04:22 2012 +1100 |
tree | 7ab9c5a0ea2bc22e7603fb53c2c6c3874554b1cd | |
parent | 7bce6f9386153d77ad1293ae1e39cfa214d9d02c [diff] |
net: remove another unguarded sysfile == nil check Putting aside the unguarded access to fd.sysfile, the condition will never be true as fd.incref above handles the closed condition. R=mikioh.mikioh, dvyukov CC=golang-dev https://golang.org/cl/6845062