Skip to content

Commit a1946bc

Browse files
committed
fix NewServer call
this is a followup to #2989
1 parent b7b74d4 commit a1946bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func main() {
122122
Protocol: "tcp",
123123
Address: fmt.Sprintf("%s:%d", address, port),
124124
}
125-
s, err := server.NewServer(config, engine, memory.NewSessionBuilder(pro), nil)
125+
s, err := server.NewServer(config, engine, sql.NewContext, memory.NewSessionBuilder(pro), nil)
126126
if err != nil {
127127
panic(err)
128128
}

0 commit comments

Comments
 (0)