ec_shutdown
[nepi.git] / src / nepi / resources / omf / application.py
index 673f810..0bc0c62 100644 (file)
@@ -195,7 +195,7 @@ class OMFApplication(ResourceManager):
             msg = "Credentials were not initialzed. XMPP Connections impossible"
             self.error(msg)
             self.fail()
-            #raise
+            return
 
         super(OMFApplication, self).stop()