Compare commits
1 Commits
2024.3.4-s
...
2024.3.4-s
Author | SHA1 | Date | |
---|---|---|---|
0b34b485da |
@ -183,7 +183,7 @@ func assertMatchingAgent() assertAgent {
|
||||
}
|
||||
|
||||
agent := u.Agent()
|
||||
if agent != nil && agent.ID == agentID {
|
||||
if agent != nil && agent.ID == agentID && agent.Status == datastore.AgentStatusAccepted {
|
||||
return true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user