Skip to content

Commit 93eb073

Browse files
authored
Merge pull request gliderlabs#112 from gustavosbarreto/fix_build_error
Fix build error
2 parents 0f1eb38 + 31eb4b7 commit 93eb073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (srv *Server) ensureHandlers() {
9595

9696
func (srv *Server) config(ctx Context) *gossh.ServerConfig {
9797
var config *gossh.ServerConfig
98-
if srv.DefaultServerConfigCallback == nil {
98+
if srv.ServerConfigCallback == nil {
9999
config = &gossh.ServerConfig{}
100100
} else {
101101
config = srv.ServerConfigCallback(ctx)

0 commit comments

Comments
 (0)