From a275e5d4e16142a9924f8b97980f364a80df3b64 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 30 Oct 1997 01:05:13 +0000 Subject: removed mechanism that created actual files NETLOGON, lsarpc and the like, which are pipes on the IPC$ connection. created mechanism to record pipe names in a separate pipes_struct. it is planned to expand this, to return sensible things like interface structures, and policy handles (RPC_IFACE and LSA_POL_HND). and the like. (This used to be commit 33cce5fac0e2f818a19a6c4e6a797ef44f3b5c75) --- source3/client/ntclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/ntclient.c') diff --git a/source3/client/ntclient.c b/source3/client/ntclient.c index 89775cd3aa..38d96f440c 100644 --- a/source3/client/ntclient.c +++ b/source3/client/ntclient.c @@ -110,7 +110,7 @@ BOOL do_nt_login(char *desthost, char *myhostname, /* create and send a MSRPC command with api LSA_OPENPOLICY */ - DEBUG(4,("LSA RPC Bind[%d]\n", fnum)); + DEBUG(4,("LSA RPC Bind[%x]\n", fnum)); for (i = 0; i < sizeof(trn_data); i++) { -- cgit