/[pengfork]/pengfork/src/engine.c
ViewVC logotype

Diff of /pengfork/src/engine.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by chupa, Tue Dec 3 18:38:15 2002 UTC revision 1.12 by chupa, Wed Dec 4 13:59:17 2002 UTC
# Line 21  Line 21 
21   */   */
22    
23  #include "config.h"  #include "config.h"
24    
25  #include <sys/time.h>  #include <sys/time.h>
26  #include <sys/types.h>  #include <sys/types.h>
27  #include <netinet/in.h>  #include <netinet/in.h>
# Line 118  engine_loop () Line 118  engine_loop ()
118                
119        /* FIXME: find a better way of doing this */        /* FIXME: find a better way of doing this */
120        if(!haccess->is_connected())        if(!haccess->is_connected())
121          engine_stop();          {
122            log (LOG_WARNING, gettext ("Server drop the connection.\n"));
123            engine_stop();
124            }
125                
126        if (fds > 0)        if (fds > 0)
127          {          {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26