diff options
author | Tim Potter <tpot@samba.org> | 2003-04-15 06:56:43 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-15 06:56:43 +0000 |
commit | dfe1dd1455199b561a4fc0600a9e23d5f949197a (patch) | |
tree | 7d8f78da44df641f1ed532e5d837065a533a0a26 /source3/rpc_server | |
parent | d0e19665e864468b8284d26af5ede0e24ee612f5 (diff) | |
download | samba-dfe1dd1455199b561a4fc0600a9e23d5f949197a.tar.gz samba-dfe1dd1455199b561a4fc0600a9e23d5f949197a.tar.xz samba-dfe1dd1455199b561a4fc0600a9e23d5f949197a.zip |
Merge of comment typo.
Whitespace syncup.
(This used to be commit c69237edf2bfdb426447d808fbd1dc6eb5cffabe)
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_spoolss_nt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c index dfc045877d9..f9788fc7f06 100644 --- a/source3/rpc_server/srv_spoolss_nt.c +++ b/source3/rpc_server/srv_spoolss_nt.c @@ -526,7 +526,7 @@ static BOOL open_printer_hnd(pipes_struct *p, POLICY_HND *hnd, char *name, uint3 /* Add to the internal list. */ DLIST_ADD(printers_list, new_printer); - + new_printer->notify.option=NULL; if ( !(new_printer->ctx = talloc_init("Printer Entry [0x%x]", (uint32)hnd)) ) { @@ -534,7 +534,7 @@ static BOOL open_printer_hnd(pipes_struct *p, POLICY_HND *hnd, char *name, uint3 close_printer_handle(p, hnd); return False; } - + if (!set_printer_hnd_printertype(new_printer, name)) { close_printer_handle(p, hnd); return False; @@ -2623,7 +2623,7 @@ static BOOL srv_spoolss_replyopenprinter(int snum, const char *printer, /* * If it's the first connection, contact the client - * and connect to the IPC$ share anonumously + * and connect to the IPC$ share anonymously */ if (smb_connections==0) { fstring unix_printer; |