[dovecot-cvs] dovecot/src/imap client.c,1.45,1.46
    cras at dovecot.org 
    cras at dovecot.org
       
    Sat Aug 28 21:04:52 EEST 2004
    
        - Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-file.c, 1.3,
	1.4 mbox-sync-parse.c, 1.22, 1.23 mbox-sync-private.h, 1.27,
	1.28 mbox-sync.c, 1.71, 1.72
 
        - Next message: [dovecot-cvs] dovecot/src/master master-settings.c,1.62,1.63
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /home/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv30063/imap
Modified Files:
	client.c 
Log Message:
Input handler tried to process multiple commands at once which broke things.
Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/client.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- client.c	28 Aug 2004 12:57:05 -0000	1.45
+++ client.c	28 Aug 2004 18:04:50 -0000	1.46
@@ -341,6 +341,7 @@
 		/* already processing one command. wait. */
 		io_remove(client->io);
 		client->io = NULL;
+		return;
 	}
 
 	client->input_pending = FALSE;
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-file.c, 1.3,
	1.4 mbox-sync-parse.c, 1.22, 1.23 mbox-sync-private.h, 1.27,
	1.28 mbox-sync.c, 1.71, 1.72
 
	- Next message: [dovecot-cvs] dovecot/src/master master-settings.c,1.62,1.63
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list