From 8d44b11c6bf90f4698e472b46d4f47a136b960ba Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 10 May 2010 16:46:34 +0200 Subject: s3-spoolss: Removed wrong comment. This doesn't reflect the current implementation. Signed-off-by: Jim McDonough --- source3/rpc_server/srv_spoolss_nt.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index 829cb33c05..86dffafb73 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -5411,11 +5411,6 @@ static WERROR update_printer_sec(struct policy_handle *handle, /******************************************************************** Canonicalize printer info from a client - - ATTN: It does not matter what we set the servername to hear - since we do the necessary work in get_a_printer() to set it to - the correct value based on what the client sent in the - _spoolss_open_printer_ex(). ********************************************************************/ static bool check_printer_ok(TALLOC_CTX *mem_ctx, -- cgit