-fix initialization issue
This commit is contained in:
parent
007e4bc954
commit
ec2d596b46
@ -10899,7 +10899,6 @@ purse_merges_serial_helper_cb (void *cls,
|
|||||||
};
|
};
|
||||||
enum GNUNET_GenericReturnValue ret;
|
enum GNUNET_GenericReturnValue ret;
|
||||||
|
|
||||||
flags = (enum TALER_WalletAccountMergeFlags) flags;
|
|
||||||
if (GNUNET_OK !=
|
if (GNUNET_OK !=
|
||||||
GNUNET_PQ_extract_result (result,
|
GNUNET_PQ_extract_result (result,
|
||||||
rs,
|
rs,
|
||||||
@ -10909,6 +10908,7 @@ purse_merges_serial_helper_cb (void *cls,
|
|||||||
dsc->status = GNUNET_SYSERR;
|
dsc->status = GNUNET_SYSERR;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
flags = (enum TALER_WalletAccountMergeFlags) flags32;
|
||||||
ret = dsc->cb (dsc->cb_cls,
|
ret = dsc->cb (dsc->cb_cls,
|
||||||
rowid,
|
rowid,
|
||||||
partner_base_url,
|
partner_base_url,
|
||||||
|
Loading…
Reference in New Issue
Block a user