mirror of
https://github.com/veops/oneterm.git
synced 2025-10-23 23:33:17 +08:00
feat: guacd
This commit is contained in:
@@ -71,7 +71,7 @@ func Init() (err error) {
|
||||
ctx := &gin.Context{}
|
||||
for _, s := range sessions {
|
||||
if s.SessionType == model.SESSIONTYPE_WEB {
|
||||
doOfflineOnlineSession(ctx, s.SessionId, "")
|
||||
offlineSession(ctx, s.SessionId, "")
|
||||
continue
|
||||
}
|
||||
s.Monitors = &sync.Map{}
|
||||
|
Reference in New Issue
Block a user