[dovecot-cvs] dovecot/src/lib-auth auth-client.c,1.13,1.14
tss at dovecot.org
tss at dovecot.org
Fri Dec 15 17:17:23 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/lib-auth auth-client.c, 1.12, 1.13 auth-client.h, 1.14, 1.15 auth-server-connection.c, 1.17, 1.18 auth-server-connection.h, 1.10, 1.11
- Next message: [dovecot-cvs] dovecot/src/auth auth-request-handler.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-auth
In directory talvi:/tmp/cvs-serv1486
Modified Files:
auth-client.c
Log Message:
And remove a bit more code.
Index: auth-client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-auth/auth-client.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- auth-client.c 15 Dec 2006 17:16:26 -0000 1.13
+++ auth-client.c 15 Dec 2006 17:17:21 -0000 1.14
@@ -116,24 +116,6 @@
auth_client_connect_missing_servers(client);
}
-static void auth_client_connect_missing_servers_list(struct auth_client *client,
- const char *list)
-{
- const char *const *path;
-
- client->reconnect = FALSE;
-
- t_push();
- path = t_strsplit(list, ":");
- for (; *path != NULL; path++) {
- if (auth_server_connection_find_path(client, *path) == NULL) {
- if (auth_server_connection_new(client, *path) == NULL)
- client->reconnect = TRUE;
- }
- }
- t_pop();
-}
-
void auth_client_connect_missing_servers(struct auth_client *client)
{
DIR *dirp;
- Previous message: [dovecot-cvs] dovecot/src/lib-auth auth-client.c, 1.12, 1.13 auth-client.h, 1.14, 1.15 auth-server-connection.c, 1.17, 1.18 auth-server-connection.h, 1.10, 1.11
- Next message: [dovecot-cvs] dovecot/src/auth auth-request-handler.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list