svn commit: samba r18678 - in branches/SAMBA_3_0/source/rpc_parse: .

gd at samba.org gd at samba.org
Tue Sep 19 16:15:55 GMT 2006


Author: gd
Date: 2006-09-19 16:15:54 +0000 (Tue, 19 Sep 2006)
New Revision: 18678

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18678

Log:
Fix the build. (never commit before breakfeast).

Guenther

Modified:
   branches/SAMBA_3_0/source/rpc_parse/parse_lsa.c


Changeset:
Modified: branches/SAMBA_3_0/source/rpc_parse/parse_lsa.c
===================================================================
--- branches/SAMBA_3_0/source/rpc_parse/parse_lsa.c	2006-09-19 15:53:44 UTC (rev 18677)
+++ branches/SAMBA_3_0/source/rpc_parse/parse_lsa.c	2006-09-19 16:15:54 UTC (rev 18678)
@@ -2922,7 +2922,7 @@
 }
 
 
-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);



More information about the samba-cvs mailing list