1
0
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:
Günther Deschner
2006-09-19 16:15:54 +00:00
committed by Gerald (Jerry) Carter
parent bd546edc48
commit e1e9b57ce2

View File

@ -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);