mirror of
https://github.com/rwinkhart/peercred-mini.git
synced 2026-08-28 04:46:43 -04:00
Switch to fork of github.com/Microsoft/go-winio to complete Windows support
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
// Get returns the peer credentials for c.
|
||||
func Get(c net.Conn) *Creds {
|
||||
creds, _ := get(winio.UtilGetPipeHandle(c))
|
||||
creds, _ := get(winio.GetPipeHandle(c))
|
||||
return creds
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user