Commit 1d0d0d6a authored by Eric's avatar Eric Committed by Eric_Lee

fix bug

parent c47a6081
...@@ -67,7 +67,7 @@ func newInteractiveHandler(sess ssh.Session, user *model.User) *interactiveHandl ...@@ -67,7 +67,7 @@ func newInteractiveHandler(sess ssh.Session, user *model.User) *interactiveHandl
user: user, user: user,
term: term, term: term,
mu: new(sync.RWMutex), mu: new(sync.RWMutex),
finishedLoaded: make(chan struct{}), nodeDataLoaded: make(chan struct{}),
assetDataLoaded: make(chan struct{}), assetDataLoaded: make(chan struct{}),
} }
handler.Initial() handler.Initial()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment