Skip to content

Commit

Permalink
Fix darwin compilation
Browse files Browse the repository at this point in the history
tryDiscoverDbusSessionBusAddress is missing in conn_darwin.go, but is referred to from conn.go.
  • Loading branch information
soumya92 authored and jsouthworth committed Nov 1, 2018
1 parent 66d97ae commit 2ff6f7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conn_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ func getSystemBusPlatformAddress() string {
}
return defaultSystemBusAddress
}

func tryDiscoverDbusSessionBusAddress() string {
return ""
}

0 comments on commit 2ff6f7f

Please sign in to comment.