From 1f3b19d5695022933eb73b77ade66beef0feda97 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 19 Sep 2006 16:15:54 +0000 Subject: r18678: Fix the build. (never commit before breakfeast). Guenther (This used to be commit e1e9b57ce24c9825a8904697918818df7e83b50b) --- source3/rpc_parse/parse_lsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_parse') diff --git a/source3/rpc_parse/parse_lsa.c b/source3/rpc_parse/parse_lsa.c index bd83dabed7..e1630f79f4 100644 --- a/source3/rpc_parse/parse_lsa.c +++ b/source3/rpc_parse/parse_lsa.c @@ -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); -- cgit