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

r7350: Remove unused label.

This commit is contained in:
Tim Potter
2005-06-07 06:38:13 +00:00
committed by Gerald (Jerry) Carter
parent 0e4d9729d9
commit ada0045957

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;