[dovecot-cvs] dovecot/src/login-common auth-connection.c,1.12,1.13

cras at procontrol.fi cras at procontrol.fi
Fri May 23 18:40:52 EEST 2003


Update of /home/cvs/dovecot/src/login-common
In directory danu:/tmp/cvs-serv28910/login-common

Modified Files:
	auth-connection.c 
Log Message:
Removed I/O priorities. They were pretty much useless and were just getting
in way.



Index: auth-connection.c
===================================================================
RCS file: /home/cvs/dovecot/src/login-common/auth-connection.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- auth-connection.c	4 Mar 2003 22:38:08 -0000	1.12
+++ auth-connection.c	23 May 2003 14:40:50 -0000	1.13
@@ -70,7 +70,7 @@
 	conn->input = i_stream_create_file(fd, default_pool, MAX_INBUF_SIZE,
 					   FALSE);
 	conn->output = o_stream_create_file(fd, default_pool, MAX_OUTBUF_SIZE,
-					    IO_PRIORITY_DEFAULT, FALSE);
+					    FALSE);
 	conn->requests = hash_create(default_pool, default_pool, 100,
 				     NULL, NULL);
 



More information about the dovecot-cvs mailing list