svn commit: samba r19187 - in branches/SAMBA_4_0/source/torture/libnet: .

metze at samba.org metze at samba.org
Mon Oct 9 07:59:19 GMT 2006


Author: metze
Date: 2006-10-09 07:59:19 +0000 (Mon, 09 Oct 2006)
New Revision: 19187

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

Log:
this function should be static...
(this also fix compiler warnings)

metze
Modified:
   branches/SAMBA_4_0/source/torture/libnet/libnet_user.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/libnet/libnet_user.c
===================================================================
--- branches/SAMBA_4_0/source/torture/libnet/libnet_user.c	2006-10-09 07:33:41 UTC (rev 19186)
+++ branches/SAMBA_4_0/source/torture/libnet/libnet_user.c	2006-10-09 07:59:19 UTC (rev 19187)
@@ -317,8 +317,8 @@
   Generate testing set of random changes
 */
 
-void set_test_changes(TALLOC_CTX *mem_ctx, struct libnet_ModifyUser *r, int num_changes,
-		      char **user_name, enum test_fields req_change)
+static void set_test_changes(TALLOC_CTX *mem_ctx, struct libnet_ModifyUser *r,
+			     int num_changes, char **user_name, enum test_fields req_change)
 {
 	const char* logon_scripts[] = { "start_login.cmd", "login.bat", "start.cmd" };
 	const char* home_dirs[] = { "\\\\srv\\home", "\\\\homesrv\\home\\user", "\\\\pdcsrv\\domain" };



More information about the samba-cvs mailing list