svn commit: samba r25113 - in branches/SAMBA_4_0/source/scripting/ejs: .

metze at samba.org metze at samba.org
Wed Sep 12 09:27:00 GMT 2007


Author: metze
Date: 2007-09-12 09:26:57 +0000 (Wed, 12 Sep 2007)
New Revision: 25113

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

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c	2007-09-12 07:29:29 UTC (rev 25112)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls_config.c	2007-09-12 09:26:57 UTC (rev 25113)
@@ -87,7 +87,7 @@
 	if (argc < 1) return -1;
 
 	if (argc == 2) {
-		struct service *service;
+		struct loadparm_service *service;
 		/* its a share parameter */
 		service = lp_service(argv[0]);
 		if (service == NULL) {



More information about the samba-cvs mailing list