1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-30 08:23:49 +03:00

r13018: 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
This commit is contained in:
Andrew Bartlett
2006-01-18 21:41:24 +00:00
committed by Gerald (Jerry) Carter
parent 31ce24d7b1
commit f50186e930

View File

@@ -184,7 +184,7 @@ static int ejs_creds_get_workstation(MprVarHandle eid, int argc, struct MprVar *
/*
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) {