[dovecot-cvs] dovecot/src/auth auth-master-listener.c,1.1,1.2
    cras at dovecot.org 
    cras at dovecot.org
       
    Sat Apr 23 12:20:41 EEST 2005
    
        - Previous message: [dovecot-cvs] dovecot/src/auth auth-request.c, 1.19,
	1.20 mech-anonymous.c, 1.12, 1.13 mech-apop.c, 1.15,
	1.16 mech-login.c, 1.11, 1.12 mech-ntlm.c, 1.18,
	1.19 mech-plain.c, 1.30, 1.31 mech-rpa.c, 1.18, 1.19
 
        - Next message: [dovecot-cvs] dovecot/src/lib-index mail-transaction-log-private.h,
	1.10, 1.11 mail-transaction-log-view.c, 1.38,
	1.39 mail-transaction-log.c, 1.94, 1.95
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv21152
Modified Files:
	auth-master-listener.c 
Log Message:
Crashfix
Index: auth-master-listener.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-master-listener.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- auth-master-listener.c	19 Apr 2005 13:11:12 -0000	1.1
+++ auth-master-listener.c	23 Apr 2005 09:20:39 -0000	1.2
@@ -62,8 +62,6 @@
 	struct auth_client_connection *const *clients;
 	unsigned int i, count;
 
-	array_append(&master_listeners, &listener, 1);
-
 	listeners = array_get(&master_listeners, &count);
 	for (i = 0; i < count; i++) {
 		if (listeners[i] == listener) {
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/auth auth-request.c, 1.19,
	1.20 mech-anonymous.c, 1.12, 1.13 mech-apop.c, 1.15,
	1.16 mech-login.c, 1.11, 1.12 mech-ntlm.c, 1.18,
	1.19 mech-plain.c, 1.30, 1.31 mech-rpa.c, 1.18, 1.19
 
	- Next message: [dovecot-cvs] dovecot/src/lib-index mail-transaction-log-private.h,
	1.10, 1.11 mail-transaction-log-view.c, 1.38,
	1.39 mail-transaction-log.c, 1.94, 1.95
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list