svn commit: samba r7350 - in branches/SAMBA_4_0/source/scripting/ejs: .

tpot at samba.org tpot at samba.org
Tue Jun 7 06:38:13 GMT 2005


Author: tpot
Date: 2005-06-07 06:38:13 +0000 (Tue, 07 Jun 2005)
New Revision: 7350

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7350

Log:
Remove unused label.

Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c	2005-06-07 03:01:46 UTC (rev 7349)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c	2005-06-07 06:38:13 UTC (rev 7350)
@@ -154,7 +154,6 @@
 		mprSetPropertyValue(&auth, "report", mprCreateStringVar("Unknown Domain", 1));
 	}
 
-done:
 	ejsSetReturnValue(eid, auth);
 	talloc_free(tmp_ctx);
 	return 0;



More information about the samba-cvs mailing list