summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-06-06 00:59:52 +0000
committerTim Potter <tpot@samba.org>2002-06-06 00:59:52 +0000
commitbfa2dfaba846bd91fd084e9358f5ff8cd0d7dc4b (patch)
tree7d861fd7b4ebf4765251f659474b9d4fc9183dcf /source3
parenta8a543778bcfb023c1e4bede8bd46c7300dd975c (diff)
downloadsamba-bfa2dfaba846bd91fd084e9358f5ff8cd0d7dc4b.tar.gz
samba-bfa2dfaba846bd91fd084e9358f5ff8cd0d7dc4b.tar.bz2
samba-bfa2dfaba846bd91fd084e9358f5ff8cd0d7dc4b.zip
Fixed out of date comment for _spoolss_rffpcnex()
(This used to be commit 7d9b8c58a63cf20d00dd7cf88cfb82aed3a47d12)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_server/srv_spoolss_nt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/rpc_server/srv_spoolss_nt.c b/source3/rpc_server/srv_spoolss_nt.c
index 1a436f8c7c..40ad3e89fe 100644
--- a/source3/rpc_server/srv_spoolss_nt.c
+++ b/source3/rpc_server/srv_spoolss_nt.c
@@ -1724,9 +1724,8 @@ static BOOL srv_spoolss_replyopenprinter(char *printer, uint32 localprinter, uin
* _spoolss_rffpcnex
* ReplyFindFirstPrinterChangeNotifyEx
*
- * jfmxxxx: before replying OK: status=0
- * should do a rpc call to the workstation asking ReplyOpenPrinter
- * have to code it, later.
+ * before replying OK: status=0 a rpc call is made to the workstation
+ * asking ReplyOpenPrinter
*
* in fact ReplyOpenPrinter is the changenotify equivalent on the spoolss pipe
* called from api_spoolss_rffpcnex
@@ -7970,4 +7969,3 @@ WERROR _spoolss_getprintprocessordirectory(pipes_struct *p, SPOOL_Q_GETPRINTPROC
return WERR_ACCESS_DENIED;
}
-