mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
fido_dev_is_winhello: return 0, not "false"
"false" is not used anywhere in OpenSSH, so return 0 like everywhere else. Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
parent
730a806094
commit
9468cd7cf9
@ -385,7 +385,7 @@ fido_assert_set_clientdata(fido_assert_t *assert, const u_char *ptr, size_t len)
|
|||||||
static bool
|
static bool
|
||||||
fido_dev_is_winhello(const fido_dev_t *fdev)
|
fido_dev_is_winhello(const fido_dev_t *fdev)
|
||||||
{
|
{
|
||||||
return false;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif /* HAVE_FIDO_DEV_IS_WINHELLO */
|
#endif /* HAVE_FIDO_DEV_IS_WINHELLO */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user