xmpp/layer1.go
changeset 167 7ce61108ed86
parent 163 3f891f7fe817
--- a/xmpp/layer1.go	Wed Oct 02 23:22:27 2013 -0600
+++ b/xmpp/layer1.go	Wed Oct 16 20:05:02 2013 -0600
@@ -64,7 +64,7 @@
 	for {
 		select {
 		case stat := <-status:
-			if stat.fatal() {
+			if stat.Fatal() {
 				return
 			}