summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-19 16:15:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:46 -0500
commit1f3b19d5695022933eb73b77ade66beef0feda97 (patch)
treed70bcb13b88dcaeb07cf4b2fd3e55bb57d69b39d /source3
parent5864fb9fc52b8a8e16ff1a2389145c24b325a912 (diff)
downloadsamba-1f3b19d5695022933eb73b77ade66beef0feda97.tar.gz
samba-1f3b19d5695022933eb73b77ade66beef0feda97.tar.bz2
samba-1f3b19d5695022933eb73b77ade66beef0feda97.zip
r18678: Fix the build. (never commit before breakfeast).
Guenther (This used to be commit e1e9b57ce24c9825a8904697918818df7e83b50b)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_parse/parse_lsa.c2
1 files changed, 1 insertions, 1 deletions
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);