diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.go b/server/main.go index c60f95d..a82faa2 100644 --- a/server/main.go +++ b/server/main.go @@ -69,7 +69,7 @@ func main() { glog.Fatalf("failed setting up log parameters: %v", err) } - i := stfe.NewInstance(lp, client, *rpcDeadline, mux) + i := stfe.NewInstance(lp, client, *rpcDeadline) for _, handler := range i.Handlers() { glog.Infof("adding handler: %s", handler.Path()) mux.Handle(handler.Path(), handler) |