dovecot-2.0: Comment update.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 10 01:45:44 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/6556754b6c24
changeset: 10025:6556754b6c24
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 09 18:45:29 2009 -0400
description:
Comment update.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-settings/settings-parser.h |    2 +-

diffs (12 lines):

diff -r 85e532d170cc -r 6556754b6c24 src/lib-settings/settings-parser.h
--- a/src/lib-settings/settings-parser.h	Fri Oct 09 18:45:21 2009 -0400
+++ b/src/lib-settings/settings-parser.h	Fri Oct 09 18:45:29 2009 -0400
@@ -169,7 +169,7 @@ const void *settings_find_dynamic(struct
 
 /* Copy changed settings from src to dest. If conflict_key_r is not NULL and
    both src and dest have changed the same setting, return -1 and set the
-   key name. */
+   key name. If it's NULL, the old setting is kept. */
 int settings_parser_apply_changes(struct setting_parser_context *dest,
 				  const struct setting_parser_context *src,
 				  pool_t pool, const char **conflict_key_r);


More information about the dovecot-cvs mailing list