Jonathan Turner %!s(int64=9) %!d(string=hai) anos
pai
achega
72bc7f381d
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/httpServer.go
  2. BIN=BIN
      testenv/sysHTTP.testtab

+ 1 - 1
examples/httpServer.go

@@ -27,7 +27,7 @@ func main() {
 
 	// Set up handler mappings wrapping in the SPNEGOKRB5Authenticate handler wrapper
 	mux := http.NewServeMux()
-	mux.Handle("/", service.SPNEGOKRB5Authenticate(th, kt, l))
+	mux.Handle("/", service.SPNEGOKRB5Authenticate(th, kt, "", l))
 
 	// Start up the web server
 	log.Fatal(http.ListenAndServe(":9080", mux))

BIN=BIN
testenv/sysHTTP.testtab