[core,nla] add missing static for function
This commit is contained in:
parent
5f2ed9b8ce
commit
d7f6cf90b4
@ -1426,7 +1426,7 @@ static BOOL nla_write_KERB_TICKET_LOGON(wStream* s, const KERB_TICKET_LOGON* tic
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
BOOL nla_get_KERB_TICKET_LOGON(rdpNla* nla, KERB_TICKET_LOGON* logonTicket)
|
||||
static BOOL nla_get_KERB_TICKET_LOGON(rdpNla* nla, KERB_TICKET_LOGON* logonTicket)
|
||||
{
|
||||
WINPR_ASSERT(nla);
|
||||
WINPR_ASSERT(logonTicket);
|
||||
|
Loading…
Reference in New Issue
Block a user