summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbcalls.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-06-07 06:38:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:45 -0500
commit8a2e208e45001305a4fa18f92c4109a33b6ed407 (patch)
treeb250b957788c7a9d2f442e82cae6d31c28c0fd88 /source4/scripting/ejs/smbcalls.c
parentf08fafc49270022e3cca1a89c04b7dc014b9e12b (diff)
downloadsamba-8a2e208e45001305a4fa18f92c4109a33b6ed407.tar.gz
samba-8a2e208e45001305a4fa18f92c4109a33b6ed407.tar.bz2
samba-8a2e208e45001305a4fa18f92c4109a33b6ed407.zip
r7350: Remove unused label.
(This used to be commit ada004595760605134eb741da9c549521938c2ce)
Diffstat (limited to 'source4/scripting/ejs/smbcalls.c')
-rw-r--r--source4/scripting/ejs/smbcalls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c
index 8ea5967ef4..00a2547bac 100644
--- a/source4/scripting/ejs/smbcalls.c
+++ b/source4/scripting/ejs/smbcalls.c
@@ -154,7 +154,6 @@ static int ejs_userAuth(MprVarHandle eid, int argc, struct MprVar **argv)
mprSetPropertyValue(&auth, "report", mprCreateStringVar("Unknown Domain", 1));
}
-done:
ejsSetReturnValue(eid, auth);
talloc_free(tmp_ctx);
return 0;