Skip to content

Commit a6ba419

Browse files
committed
fixed deref
1 parent 60fd158 commit a6ba419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func main() {
139139
logger.Info("Requests proxied to Backend: " + *backend)
140140

141141
// proxy
142-
proxy := NewProxy(*backend, skpver, *cfg, logger)
142+
proxy := NewProxy(*backend, *skpver, *cfg, logger)
143143

144144
// server
145145
http.HandleFunc("/", proxy.handle)

0 commit comments

Comments
 (0)