Exec doesn't group, so this never impacted anything, but wasn't correct.
This commit is contained in:
James Shubin
2016-04-28 15:35:32 -04:00
parent 7adf88b55b
commit a0a71f683c

View File

@@ -380,7 +380,7 @@ func (obj *ExecRes) GetUUIDs() []ResUUID {
} }
func (obj *ExecRes) GroupCmp(r Res) bool { func (obj *ExecRes) GroupCmp(r Res) bool {
_, ok := r.(*SvcRes) _, ok := r.(*ExecRes)
if !ok { if !ok {
return false return false
} }