From ff561236f26a203378f5bc1682dda406c78822cc Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 13 Dec 2009 20:26:31 -0500 Subject: [PATCH] config: Compiler warning fix. --HG-- branch : HEAD --- src/config/config-request.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/config-request.c b/src/config/config-request.c index 9bd64d119c..739c9c0bc7 100644 --- a/src/config/config-request.c +++ b/src/config/config-request.c @@ -232,6 +232,8 @@ settings_export(struct settings_export_context *ctx, count = 0; break; } + case SET_ALIAS: + break; } if (str_len(ctx->value) > 0 || dump) { key = p_strconcat(ctx->pool, str_c(ctx->prefix), -- 2.47.3