Skip to content

Commit

Permalink
Fixed build failure for non-Linux platforms. (#5800)
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones authored Mar 1, 2021
1 parent f3e0735 commit 4f10255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/srv/uacc/uacc_stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ and integrating with that takes additional effort.
*/
package uacc

import (
"os"
)

// Open is a stub function.
func Open(utmpPath, wtmpPath string, username, hostname string, remote [4]int32, tty *os.File) error {
return nil
Expand Down

0 comments on commit 4f10255

Please sign in to comment.