1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r7350: Remove unused label.

(This used to be commit ada0045957)
This commit is contained in:
Tim Potter 2005-06-07 06:38:13 +00:00 committed by Gerald (Jerry) Carter
parent f08fafc492
commit 8a2e208e45

View File

@ -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;