svn commit: samba r3600 - in branches/SAMBA_4_0/source/librpc/rpc: .

tridge at samba.org tridge at samba.org
Sun Nov 7 12:52:53 GMT 2004


Author: tridge
Date: 2004-11-07 12:52:53 +0000 (Sun, 07 Nov 2004)
New Revision: 3600

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

Log:
fixed two debug typos

Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2004-11-07 12:40:07 UTC (rev 3599)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2004-11-07 12:52:53 UTC (rev 3600)
@@ -771,7 +771,7 @@
 			talloc_destroy(mem_ctx);
 			return status;
 		}
-		DEBUG(1,("Mapped to DCERPC/TCP pipe %s\n", binding->endpoint));
+		DEBUG(1,("Mapped to DCERPC/NP pipe %s\n", binding->endpoint));
 	}
 
 	pipe_name = binding->endpoint;
@@ -867,7 +867,7 @@
 			talloc_destroy(mem_ctx);
 			return status;
 		}
-		DEBUG(1,("Mapped to DCERPC/TCP identifier %s\n", binding->endpoint));
+		DEBUG(1,("Mapped to DCERPC/LRPC identifier %s\n", binding->endpoint));
 	}
 
 	status = dcerpc_pipe_open_pipe(p, binding->endpoint);



More information about the samba-cvs mailing list