Skip to content

Commit

Permalink
Merge pull request #8 from brotherlogic/fix
Browse files Browse the repository at this point in the history
Fixes crash. This closes #7
  • Loading branch information
brotherlogic committed Dec 31, 2018
2 parents 468dee1 + faa2d47 commit eccb050
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wantslist.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"log"

"github.com/brotherlogic/goserver"
"github.com/brotherlogic/keystore/client"
"golang.org/x/net/context"
"google.golang.org/grpc"

Expand Down Expand Up @@ -90,6 +91,8 @@ func main() {
server.PrepServer()
server.Register = server

server.GoServer.KSclient = *keystoreclient.GetClient(server.GetIP)

server.RegisterServer("wantslist", false)

fmt.Printf("%v", server.Serve())
Expand Down

0 comments on commit eccb050

Please sign in to comment.