r18678: Fix the build. (never commit before breakfeast).
authorGünther Deschner <gd@samba.org>
Tue, 19 Sep 2006 16:15:54 +0000 (16:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:00:46 +0000 (12:00 -0500)
Guenther
(This used to be commit e1e9b57ce24c9825a8904697918818df7e83b50b)

source3/rpc_parse/parse_lsa.c

index bd83dabed753d41d4d9bd34bd990cddfa60522e7..e1630f79f481a08f4a5ffb21e8729c90787057d4 100644 (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);