summaryrefslogtreecommitdiffstats
path: root/src/resolv
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-03-24 13:03:19 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-03-25 12:14:14 -0400
commit7c837ddd5b1737b56fc475f7e347efdb067e2330 (patch)
tree178162f35109bb3825ddcee8ef09c4252b052139 /src/resolv
parent541578ee21975ab008db2dcec69bd3c3f8283122 (diff)
downloadsssd_unused-7c837ddd5b1737b56fc475f7e347efdb067e2330.tar.gz
sssd_unused-7c837ddd5b1737b56fc475f7e347efdb067e2330.tar.xz
sssd_unused-7c837ddd5b1737b56fc475f7e347efdb067e2330.zip
Fix warnings from -Wmissing-field-initializers
This patch removes some tab-indentations from pamsrv.c, too.
Diffstat (limited to 'src/resolv')
-rw-r--r--src/resolv/async_resolv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolv/async_resolv.c b/src/resolv/async_resolv.c
index d0c5b7a3..28237a03 100644
--- a/src/resolv/async_resolv.c
+++ b/src/resolv/async_resolv.c
@@ -140,7 +140,7 @@ check_fd_timeouts(struct tevent_context *ev, struct tevent_timer *te,
static void
add_timeout_timer(struct tevent_context *ev, struct resolv_ctx *ctx)
{
- struct timeval tv = { 0 };
+ struct timeval tv = { 0, 0 };
struct timeval *tvp;
tvp = ares_timeout(ctx->channel, NULL, &tv);