Skip to content

Commit

Permalink
Merge pull request arana-db#20 from luky116/fix-initCmdBug
Browse files Browse the repository at this point in the history
fix init cmd bug
  • Loading branch information
dk-lockdown authored Dec 23, 2021
2 parents 8b69663 + a56bbe3 commit b3ca8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ var (
listenerConf.SocketAddress.Address,
listenerConf.SocketAddress.Port))
}
listener.SetExecutor(executors[conf.Listeners[0].Executor])
listener.SetExecutor(executor)
propeller.AddListener(listener)
propeller.Start()
}
propeller.Start()
},
}
)
Expand Down

0 comments on commit b3ca8f1

Please sign in to comment.