miscellaneous cleanups and fixes

This commit is contained in:
James Shubin
2016-08-30 04:41:13 -04:00
parent 636f2a36b1
commit 6794aff77c
13 changed files with 35 additions and 26 deletions

View File

@@ -248,7 +248,7 @@ func (obj *FileRes) Watch(processChan chan Event) {
}
//dirty = false // these events don't invalidate state
case _ = <-cuuid.ConvergedTimer():
case <-cuuid.ConvergedTimer():
cuuid.SetConverged(true) // converged!
continue
}