1
0
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:
Tim Prouty 2009-02-13 17:56:08 -08:00
parent 4261cae2eb
commit add9b4afb1

View File

@ -845,6 +845,7 @@ NTSTATUS _netr_LogonSamLogon(pipes_struct *p,
case NDR_NETR_LOGONSAMLOGONEX:
fn = "_netr_LogonSamLogonEx";
default:
fn = "";
process_creds = false;
}