fix compiler warning due to possibly unknown switch enum values being handled poorly
This commit is contained in:
parent
b874a4c39b
commit
eb354680b4
@ -80,11 +80,10 @@ TALER_BANK_make_auth_header_ (const struct TALER_BANK_AuthenticationData *auth)
|
||||
authh = append (authh,
|
||||
"X-Taler-Bank-Password",
|
||||
auth->details.basic.password);
|
||||
break;
|
||||
}
|
||||
return authh;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user