Rob Shearman : rpcrt4: Add a FIXME for unsupported client protocol sequences.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 15 05:37:36 CST 2006


Module: wine
Branch: master
Commit: 079b6b074c0b5472035062873cb628cf11f21d32
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=079b6b074c0b5472035062873cb628cf11f21d32

Author: Rob Shearman <rob at codeweavers.com>
Date:   Wed Nov 15 01:00:06 2006 +0000

rpcrt4: Add a FIXME for unsupported client protocol sequences.

---

 dlls/rpcrt4/rpc_transport.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/rpcrt4/rpc_transport.c b/dlls/rpcrt4/rpc_transport.c
index 9d84839..8dc78af 100644
--- a/dlls/rpcrt4/rpc_transport.c
+++ b/dlls/rpcrt4/rpc_transport.c
@@ -1293,7 +1293,10 @@ RPC_STATUS RPCRT4_CreateConnection(RpcCo
 
   ops = rpcrt4_get_conn_protseq_ops(Protseq);
   if (!ops)
+  {
+    FIXME("not supported for protseq %s\n", Protseq);
     return RPC_S_PROTSEQ_NOT_SUPPORTED;
+  }
 
   NewConnection = ops->alloc();
   NewConnection->Next = NULL;




More information about the wine-cvs mailing list