Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/pop3


Modified Files:
        pop3.c 


Log Message:
make sure we are connected when we're receiving data
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/pop3/pop3.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- pop3.c      18 Apr 2004 13:02:35 -0000      1.10
+++ pop3.c      8 May 2004 20:54:22 -0000       1.11
@@ -1,5 +1,5 @@
 /*
- * $Id: pop3.c,v 1.10 2004/04/18 13:02:35 tsauerbeck Exp $
+ * $Id: pop3.c,v 1.11 2004/05/08 20:54:22 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -72,6 +72,7 @@
                return 1;
 
        state = (State) mailbox_property_get (mb, "state");
+       assert (state);
 
        /* take the data and make a NUL-terminated string out of it */
        len = sizeof (inbuf) - 1;




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to