[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-276-g0c59b39

Simo Sorce idra at samba.org
Wed Apr 23 13:01:59 GMT 2008


The branch, v4-0-test has been updated
       via  0c59b39ad8edcaf9f06a2d1393e11e06e4b2f18f (commit)
      from  d6c5d8baf0c48a6078a47bba33993a841ff526d9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 0c59b39ad8edcaf9f06a2d1393e11e06e4b2f18f
Author: Simo Sorce <idra at samba.org>
Date:   Wed Apr 23 08:54:57 2008 -0400

    Revert "Add port number for ncacn_http epmapper."
    
    This reverts commit 1304362b3754960f68fb56e0915c3d80cace6e60.
    
    This was causing way too many tests to fail. The dcesrv server was failing
    to start as the NCACN_HTTP transport is considered invalid.
    
    Jelmer please check how to properly fix dcesrv server before re-committing
    your change.

-----------------------------------------------------------------------

Summary of changes:
 source/librpc/idl/epmapper.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/idl/epmapper.idl b/source/librpc/idl/epmapper.idl
index 89cea57..ea04878 100644
--- a/source/librpc/idl/epmapper.idl
+++ b/source/librpc/idl/epmapper.idl
@@ -15,7 +15,7 @@ import "misc.idl";
  uuid("e1af8308-5d1f-11c9-91a4-08002b14a0fa"), 
  version(3.0), 
  endpoint("ncacn_np:[\\pipe\\epmapper]", "ncacn_ip_tcp:[135]", 
-		  "ncalrpc:[EPMAPPER]", "ncacn_http:[593]"),
+		  "ncalrpc:[EPMAPPER]"),
  helpstring("EndPoint Mapper"),
  pointer_default(ptr)
 ]


-- 
Samba Shared Repository


More information about the samba-cvs mailing list