aboutsummaryrefslogtreecommitdiff
path: root/src/os/user/lookup_stubs.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/user/lookup_stubs.go')
-rw-r--r--src/os/user/lookup_stubs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/user/lookup_stubs.go b/src/os/user/lookup_stubs.go
index c975a11964..d8e3d4866a 100644
--- a/src/os/user/lookup_stubs.go
+++ b/src/os/user/lookup_stubs.go
@@ -16,7 +16,7 @@ import (
)
func init() {
- groupImplemented = false
+ groupListImplemented = false
}
func current() (*User, error) {