mirror of
https://github.com/samba-team/samba.git
synced 2025-08-07 09:49:30 +03:00
r18678: Fix the build. (never commit before breakfeast).
Guenther
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
bd546edc48
commit
e1e9b57ce2
@ -2922,7 +2922,7 @@ BOOL lsa_io_r_setsystemaccount(const char *desc, LSA_R_SETSYSTEMACCOUNT *out, p
|
||||
}
|
||||
|
||||
|
||||
static void init_lsa_string( LSA_STRING *uni, const char *string )
|
||||
void init_lsa_string( LSA_STRING *uni, const char *string )
|
||||
{
|
||||
init_unistr2(&uni->unistring, string, UNI_FLAGS_NONE);
|
||||
init_uni_hdr(&uni->hdr, &uni->unistring);
|
||||
|
Reference in New Issue
Block a user