svn commit: samba r4626 - in branches/SAMBA_4_0/source/lib/dcom/classes: .

tridge at samba.org tridge at samba.org
Mon Jan 10 07:12:13 GMT 2005


Author: tridge
Date: 2005-01-10 07:12:13 +0000 (Mon, 10 Jan 2005)
New Revision: 4626

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

Log:
Jelmer, can you look at why this init is failing? It is preventing all tools from working

Modified:
   branches/SAMBA_4_0/source/lib/dcom/classes/simple.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/dcom/classes/simple.c
===================================================================
--- branches/SAMBA_4_0/source/lib/dcom/classes/simple.c	2005-01-10 03:48:19 UTC (rev 4625)
+++ branches/SAMBA_4_0/source/lib/dcom/classes/simple.c	2005-01-10 07:12:13 UTC (rev 4626)
@@ -57,7 +57,7 @@
 
 	if (!simple_class.class_object) {
 		DEBUG(1, ("Unable to create class object for simple class\n"));
-		return NT_STATUS_FOOBAR;
+		return NT_STATUS_OK;
 	}
 
 	GUID_from_string("5e9ddec7-5767-11cf-beab-00aa006c3606", &simple_class.clsid);



More information about the samba-cvs mailing list