Author: abartlet
Date: 2006-01-18 21:41:24 +0000 (Wed, 18 Jan 2006)
New Revision: 13018

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

Log:
Fix (correct) warning about mixing C/js interface function types.  I
don't use the arguments, but you must connect as the right type
anyway.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls_creds.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls_creds.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls_creds.c    2006-01-18 
21:27:58 UTC (rev 13017)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls_creds.c    2006-01-18 
21:41:24 UTC (rev 13018)
@@ -184,7 +184,7 @@
 /*
   set machine account 
 */
-static int ejs_creds_set_machine_account(MprVarHandle eid, int argc, char 
**argv)
+static int ejs_creds_set_machine_account(MprVarHandle eid, int argc, struct 
MprVar **argv)
 {
        struct cli_credentials *creds = ejs_creds_get_credentials(eid);
        if (argc != 0) {

Reply via email to