good morning!!!!

Skip to content
Snippets Groups Projects
Commit 974f536f authored by a's avatar a
Browse files

a

parent 01ddce45
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ func (r *QueryRouter) UpdatePoolSettings(pool_settings PoolSettings) {
}
// / Try to parse a command and execute it.
func (r *QueryRouter) try_execute_command(pkt protocol.Query) (Command, string) {
func (r *QueryRouter) try_execute_command(pkt *protocol.Query) (Command, string) {
// Only simple protocol supported for commands.
// TODO: read msg len
// msglen := buf.get_i32()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment