diff options
author | Günther Deschner <gd@samba.org> | 2009-02-11 21:51:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-11 22:35:47 +0100 |
commit | 1e54bc33ffb163b9a4c37848ad5e70585fc83f0c (patch) | |
tree | ebb58e46e714e5cf55b616012b0319c8983112be /librpc | |
parent | 620ac433045f9f063c2227471bbee0301e8d5301 (diff) | |
download | samba-1e54bc33ffb163b9a4c37848ad5e70585fc83f0c.tar.gz samba-1e54bc33ffb163b9a4c37848ad5e70585fc83f0c.tar.bz2 samba-1e54bc33ffb163b9a4c37848ad5e70585fc83f0c.zip |
spoolss: fix name mismatch for opnum 0x42 (66).
opnum 0x42 is spoolss_RouterReplyPrinterEx and *not*
spoolss_RouterRefreshPrinterChangeNotification.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 20b6540987..af3312a221 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1442,7 +1442,7 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x42 */ - [todo] WERROR spoolss_RouterRefreshPrinterChangeNotification( + [todo] WERROR spoolss_RouterReplyPrinterEx( ); typedef struct { |