Update test to check for full FreeBSD support

This commit is contained in:
2025-04-04 00:37:25 -04:00
parent b822d55619
commit 5b200e3321
2 changed files with 10 additions and 16 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ type Creds struct {
uid string
}
func (c *Creds) PID() (pid int, ok bool) {
return c.pid, c.pid != 0
func (c *Creds) PID() (pid int) {
return c.pid
}
// UserID returns the userid (or Windows SID) that owns the other side