mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 17:17:00 +08:00
fea: openudp: update link state
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
func Before(c *cli.Context) error {
|
||||
if _, err := database.NewDBClient(nil); err == nil {
|
||||
if _, err := database.NewConfClient(nil); err == nil {
|
||||
return nil
|
||||
} else {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user