mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
Fix return of uninitialized variable.
Jeremy. (This used to be commit 384052f546af8c1c6848c03cad4f2ba618ba7209)
This commit is contained in:
parent
31f1ad4311
commit
23cafd02d3
@ -217,7 +217,7 @@ static int create_kerberos_key_from_string_direct(krb5_context context,
|
||||
krb5_enctype enctype,
|
||||
bool no_salt)
|
||||
{
|
||||
int ret;
|
||||
int ret = 0;
|
||||
krb5_data salt;
|
||||
krb5_encrypt_block eblock;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user