dovecot-2.0-sslstream: Forgot to commit mail_storage_service_use...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:20 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/c21543e87190
changeset: 10308:c21543e87190
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Nov 10 20:01:19 2009 -0500
description:
Forgot to commit mail_storage_service_user_get_input().

diffstat:

2 files changed, 8 insertions(+)
src/lib-storage/mail-storage-service.c |    6 ++++++
src/lib-storage/mail-storage-service.h |    2 ++

diffs (28 lines):

diff -r b55069127635 -r c21543e87190 src/lib-storage/mail-storage-service.c
--- a/src/lib-storage/mail-storage-service.c	Tue Nov 10 19:13:36 2009 -0500
+++ b/src/lib-storage/mail-storage-service.c	Tue Nov 10 20:01:19 2009 -0500
@@ -880,6 +880,12 @@ void **mail_storage_service_user_get_set
 	return settings_parser_get_list(user->set_parser) + 1;
 }
 
+const struct mail_storage_service_input *
+mail_storage_service_user_get_input(struct mail_storage_service_user *user)
+{
+	return &user->input;
+}
+
 void *mail_storage_service_get_settings(struct master_service *service)
 {
 	void **sets, *set;
diff -r b55069127635 -r c21543e87190 src/lib-storage/mail-storage-service.h
--- a/src/lib-storage/mail-storage-service.h	Tue Nov 10 19:13:36 2009 -0500
+++ b/src/lib-storage/mail-storage-service.h	Tue Nov 10 20:01:19 2009 -0500
@@ -79,6 +79,8 @@ void mail_storage_service_deinit(struct 
 /* Return the settings pointed to by set_root parameter in _init().
    The settings contain all the changes done by userdb lookups. */
 void **mail_storage_service_user_get_set(struct mail_storage_service_user *user);
+const struct mail_storage_service_input *
+mail_storage_service_user_get_input(struct mail_storage_service_user *user);
 
 /* Return the settings pointed to by set_root parameter in _init() */
 void *mail_storage_service_get_settings(struct master_service *service);


More information about the dovecot-cvs mailing list