-DCE
This commit is contained in:
parent
83ba13c8ee
commit
a2c99f173f
@ -3722,16 +3722,11 @@ handle_bank_access (struct TALER_FAKEBANK_Handle *h,
|
|||||||
if ('/' == *end_acc)
|
if ('/' == *end_acc)
|
||||||
{
|
{
|
||||||
const char *wid = end_acc + 1;
|
const char *wid = end_acc + 1;
|
||||||
|
const char *opid = strchr (wid,
|
||||||
|
'/');
|
||||||
char *wi;
|
char *wi;
|
||||||
const char *opid;
|
|
||||||
|
|
||||||
if (NULL != end_acc)
|
if ( (NULL == opid) ||
|
||||||
opid = strchr (wid,
|
|
||||||
'/');
|
|
||||||
else
|
|
||||||
opid = NULL;
|
|
||||||
if ( (NULL == end_acc) ||
|
|
||||||
(NULL == opid) ||
|
|
||||||
( (0 != strcmp (opid,
|
( (0 != strcmp (opid,
|
||||||
"/abort")) &&
|
"/abort")) &&
|
||||||
(0 != strcmp (opid,
|
(0 != strcmp (opid,
|
||||||
|
Loading…
Reference in New Issue
Block a user