From 121556dc802b1098cb64d47507f6436d9cb72256 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 10 Mar 2017 17:07:19 +0100 Subject: fix use of uninitialized (shadow-issue) expiration --- src/dht/gnunet-dht-put.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dht/gnunet-dht-put.c') diff --git a/src/dht/gnunet-dht-put.c b/src/dht/gnunet-dht-put.c index 64764cb65..a9ce097d6 100644 --- a/src/dht/gnunet-dht-put.c +++ b/src/dht/gnunet-dht-put.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009 GNUnet e.V. + Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2017 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -148,7 +148,6 @@ run (void *cls, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *c) { - struct GNUNET_TIME_Absolute expiration; enum GNUNET_DHT_RouteOption ro; cfg = c; -- cgit v1.2.3