diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-10 07:12:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:35 -0500 |
commit | f6596e4ae77c0125a1362e483aa1aedb8cf489c1 (patch) | |
tree | d70d2ed653f176ef14b98e661a47db76e1ac2106 /source4/lib/dcom | |
parent | 575e981639a76f32da8f7697b671c772185058b4 (diff) | |
download | samba-f6596e4ae77c0125a1362e483aa1aedb8cf489c1.tar.gz samba-f6596e4ae77c0125a1362e483aa1aedb8cf489c1.tar.bz2 samba-f6596e4ae77c0125a1362e483aa1aedb8cf489c1.zip |
r4626: Jelmer, can you look at why this init is failing? It is preventing all tools from working
(This used to be commit e59c5adf39c2c840a40a62485195167f80b9ef53)
Diffstat (limited to 'source4/lib/dcom')
-rw-r--r-- | source4/lib/dcom/classes/simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/dcom/classes/simple.c b/source4/lib/dcom/classes/simple.c index e5b5bf3f41..13cf4616b2 100644 --- a/source4/lib/dcom/classes/simple.c +++ b/source4/lib/dcom/classes/simple.c @@ -57,7 +57,7 @@ NTSTATUS dcom_simple_init(void) 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); |