From 8a2e208e45001305a4fa18f92c4109a33b6ed407 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 7 Jun 2005 06:38:13 +0000 Subject: r7350: Remove unused label. (This used to be commit ada004595760605134eb741da9c549521938c2ce) --- source4/scripting/ejs/smbcalls.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit