]> Cypherpunks repositories - gostls13.git/commit
net: fix off by one error while counting interfaces on windows
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 6 Nov 2015 06:29:27 +0000 (17:29 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 10 Nov 2015 00:53:23 +0000 (00:53 +0000)
commitc776cb999bf0dc650e233839ed5e99f9df231f24
tree8d2c077ba39197564c725070c3e2a76e11ca92fb
parentb18a5600c2f0b32a0997553b512b1c747a040cd4
net: fix off by one error while counting interfaces on windows

Fixes #12301

Change-Id: I8d01ec9551c6cff7e6129e06a7deb36a3be9de41
Reviewed-on: https://go-review.googlesource.com/16751
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/interface_windows.go
src/net/net_windows_test.go