From: Timo Sirainen Date: Mon, 14 Dec 2009 01:26:31 +0000 (-0500) Subject: config: Compiler warning fix. X-Git-Tag: 2.0.beta1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff561236f26a203378f5bc1682dda406c78822cc;p=thirdparty%2Fdovecot%2Fcore.git config: Compiler warning fix. --HG-- branch : HEAD --- 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),