Added another BUG comment.
authorChris Jones <christian.jones@sri.com>
Thu, 05 Jan 2012 14:32:15 -0700
changeset 55 ce9f9f7108c8
parent 54 b345e0473430
child 56 74686b8c9146
Added another BUG comment.
roster.go
--- a/roster.go	Thu Jan 05 14:25:40 2012 -0700
+++ b/roster.go	Thu Jan 05 14:32:15 2012 -0700
@@ -87,6 +87,7 @@
 	}(in, out)
 }
 
+// BUG(cjyar) This isn't getting updates.
 // BUG(cjyar) This isn't actually thread safe, though it's unlikely it
 // will fail in practice. Either the roster should be protected with a
 // mutex, or we should make the roster available on a channel instead