Author: mimir Date: 2005-11-09 00:38:46 +0000 (Wed, 09 Nov 2005) New Revision: 11588
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11588 Log: Remove unused (at the moment) variable and quiet compiler warning. rafal Modified: branches/SAMBA_4_0/source/scripting/ejs/ejsnet.c Changeset: Modified: branches/SAMBA_4_0/source/scripting/ejs/ejsnet.c =================================================================== --- branches/SAMBA_4_0/source/scripting/ejs/ejsnet.c 2005-11-08 23:23:16 UTC (rev 11587) +++ branches/SAMBA_4_0/source/scripting/ejs/ejsnet.c 2005-11-09 00:38:46 UTC (rev 11588) @@ -89,7 +89,6 @@ static int ejs_net_userman(MprVarHandle eid, int argc, struct MprVar **argv) { - NTSTATUS status = NT_STATUS_UNSUCCESSFUL; TALLOC_CTX *mem_ctx; struct libnet_context *ctx; const char *userman_domain = NULL;
