diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-10 16:46:34 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:12 -0400 |
commit | 8d44b11c6bf90f4698e472b46d4f47a136b960ba (patch) | |
tree | 8fa78e533aeacb0cc2ea99fbbac81bb8a7aef9a5 /source3/rpc_server/srv_spoolss_nt.c | |
parent | f6db3694edc947ca46d52f3627844127525b262c (diff) | |
download | samba-8d44b11c6bf90f4698e472b46d4f47a136b960ba.tar.gz samba-8d44b11c6bf90f4698e472b46d4f47a136b960ba.tar.bz2 samba-8d44b11c6bf90f4698e472b46d4f47a136b960ba.zip |
s3-spoolss: Removed wrong comment.
This doesn't reflect the current implementation.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/rpc_server/srv_spoolss_nt.c')
-rw-r--r-- | source3/rpc_server/srv_spoolss_nt.c | 5 |
1 files changed, 0 insertions, 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, |