From bf48b6e69a638dc78ab119424e27adc0ccc6c610 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Nov 2003 03:38:13 +0000 Subject: added OpenPrinter and a test function. Note that the Samba3 structure for OpenPrinter was wrong. (This used to be commit 186ddbbf8774d0960852ea9186c8e4e6f7be7a0f) --- source4/include/cli_context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/include/cli_context.h') diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index e74262fa81..bffb6c9f6a 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -161,6 +161,10 @@ struct cli_transport { /* a list of async requests that are pending on this connection */ struct cli_request *pending_requests; + + /* remember the called name - some sub-protocols require us to + know the server name */ + struct nmb_name called; }; /* this is the context for the user */ -- cgit