mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3: Fix uninitialized const char *
This commit is contained in:
parent
4261cae2eb
commit
add9b4afb1
@ -845,6 +845,7 @@ NTSTATUS _netr_LogonSamLogon(pipes_struct *p,
|
||||
case NDR_NETR_LOGONSAMLOGONEX:
|
||||
fn = "_netr_LogonSamLogonEx";
|
||||
default:
|
||||
fn = "";
|
||||
process_creds = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user