fix use of uninit value
This commit is contained in:
parent
43cfb0eace
commit
65457396b3
@ -922,9 +922,8 @@ create_wire_fee_for_method (void *cls,
|
||||
|
||||
if (GNUNET_OK != *ret)
|
||||
return;
|
||||
last_date = GNUNET_TIME_absolute_max (last_date,
|
||||
GNUNET_TIME_absolute_add (lookahead_sign_stamp,
|
||||
max_duration_spend));
|
||||
last_date = GNUNET_TIME_absolute_add (lookahead_sign_stamp,
|
||||
max_duration_spend);
|
||||
GNUNET_asprintf (§ion,
|
||||
"exchange-wire-%s",
|
||||
wiremethod);
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
This file is part of TALER
|
||||
Copyright (C) 2014, 2015, 2016 GNUnet e.V.
|
||||
Copyright (C) 2014-2017 GNUnet e.V.
|
||||
|
||||
TALER is free software; you can redistribute it and/or modify it under the
|
||||
terms of the GNU General Public License as published by the Free Software
|
||||
|
Loading…
Reference in New Issue
Block a user