]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Comment update.
authorTimo Sirainen <tss@iki.fi>
Fri, 9 Oct 2009 22:45:29 +0000 (18:45 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 9 Oct 2009 22:45:29 +0000 (18:45 -0400)
--HG--
branch : HEAD

src/lib-settings/settings-parser.h

index 19de436d9caa7b8faeb0ab973f3feb28850f9281..bed98abf41da750045cd6551460c614c68bf6f70 100644 (file)
@@ -169,7 +169,7 @@ const void *settings_find_dynamic(struct setting_parser_info *info,
 
 /* 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);