From d85f3753456b06ebb5843d4519dcd2cc69a34f83 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 9 Oct 2009 18:45:29 -0400 Subject: [PATCH] Comment update. --HG-- branch : HEAD --- src/lib-settings/settings-parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-settings/settings-parser.h b/src/lib-settings/settings-parser.h index 19de436d9c..bed98abf41 100644 --- a/src/lib-settings/settings-parser.h +++ b/src/lib-settings/settings-parser.h @@ -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); -- 2.47.3