xmpp/layer1.go
changeset 176 52c100897e9d
parent 167 7ce61108ed86
--- a/xmpp/layer1.go	Wed Nov 06 20:38:03 2013 -0700
+++ b/xmpp/layer1.go	Wed Nov 06 20:39:36 2013 -0700
@@ -64,7 +64,7 @@
 	for {
 		select {
 		case stat := <-status:
-			if stat.fatal() {
+			if stat.Fatal() {
 				return
 			}