dovecot-2.0: auth: Minor code cleanup.
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 5 21:55:14 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/b510683ab83c
changeset: 9225:b510683ab83c
user: Timo Sirainen <tss at iki.fi>
date: Tue May 05 14:54:28 2009 -0400
description:
auth: Minor code cleanup.
diffstat:
1 file changed, 5 deletions(-)
src/auth/main.c | 5 -----
diffs (15 lines):
diff -r da94fa5953ec -r b510683ab83c src/auth/main.c
--- a/src/auth/main.c Tue May 05 14:54:05 2009 -0400
+++ b/src/auth/main.c Tue May 05 14:54:28 2009 -0400
@@ -123,11 +123,6 @@ static void client_connected(const struc
{
enum auth_socket_type *type;
- if (worker) {
- worker_client = auth_worker_client_create(auth, conn->fd);
- return;
- }
-
type = array_idx_modifiable(&listen_fd_types, conn->listen_fd);
if (*type == AUTH_SOCKET_UNKNOWN) {
/* figure out if this is a server or network socket by
More information about the dovecot-cvs
mailing list