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

metze at samba.org metze at samba.org
Mon Aug 14 14:53:39 GMT 2006


Author: metze
Date: 2006-08-14 14:53:38 +0000 (Mon, 14 Aug 2006)
New Revision: 17538

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

Log:
this function should be static...

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-08-14 13:10:53 UTC (rev 17537)
+++ branches/SAMBA_4_0/source/torture/libnet/libnet_user.c	2006-08-14 14:53:38 UTC (rev 17538)
@@ -307,7 +307,7 @@
 		continue; \
 	}
 
-void set_test_changes(TALLOC_CTX *mem_ctx, struct libnet_ModifyUser *r, int num_changes)
+static void set_test_changes(TALLOC_CTX *mem_ctx, struct libnet_ModifyUser *r, int num_changes)
 {
 	enum fields { account_name = 0, full_name, description, home_directory, home_drive,
 		      comment, logon_script, profile_path, acct_expiry, allow_password_change,



More information about the samba-cvs mailing list