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)
|
if (GNUNET_OK != *ret)
|
||||||
return;
|
return;
|
||||||
last_date = GNUNET_TIME_absolute_max (last_date,
|
last_date = GNUNET_TIME_absolute_add (lookahead_sign_stamp,
|
||||||
GNUNET_TIME_absolute_add (lookahead_sign_stamp,
|
max_duration_spend);
|
||||||
max_duration_spend));
|
|
||||||
GNUNET_asprintf (§ion,
|
GNUNET_asprintf (§ion,
|
||||||
"exchange-wire-%s",
|
"exchange-wire-%s",
|
||||||
wiremethod);
|
wiremethod);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
This file is part of TALER
|
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
|
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
|
terms of the GNU General Public License as published by the Free Software
|
||||||
|
Loading…
Reference in New Issue
Block a user