mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
simplified expression
This commit is contained in:
@ -120,7 +120,7 @@ func main() {
|
||||
log.Println("Using configuration:", cfg.File)
|
||||
|
||||
// Start stores
|
||||
if cfg.Server.EnablePrefixLookup == true {
|
||||
if cfg.Server.EnablePrefixLookup {
|
||||
go neighborsStore.Start()
|
||||
go routesStore.Start()
|
||||
}
|
||||
|
Reference in New Issue
Block a user