Fixed out of date comment for _spoolss_rffpcnex()
authorTim Potter <tpot@samba.org>
Thu, 6 Jun 2002 00:59:52 +0000 (00:59 +0000)
committerTim Potter <tpot@samba.org>
Thu, 6 Jun 2002 00:59:52 +0000 (00:59 +0000)
(This used to be commit 7d9b8c58a63cf20d00dd7cf88cfb82aed3a47d12)

source3/rpc_server/srv_spoolss_nt.c

index 1a436f8c7c0c2d5bec5d34785f61e356dd7d3308..40ad3e89fec0a4dc441e0e71377f0e9bc8cf7d20 100644 (file)
@@ -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;
 }
-