diff options
author | Jeremy Allison <jra@samba.org> | 2002-11-07 02:15:35 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-11-07 02:15:35 +0000 |
commit | 93042487882d8b2407541ad21d2e9bc2b59142e5 (patch) | |
tree | 9c71fc306cbf8088c23c04c3d0bf46182b32637d /source3/utils | |
parent | 3955716f90c317684093b43065c73167382137d4 (diff) | |
download | samba-93042487882d8b2407541ad21d2e9bc2b59142e5.tar.gz samba-93042487882d8b2407541ad21d2e9bc2b59142e5.tar.bz2 samba-93042487882d8b2407541ad21d2e9bc2b59142e5.zip |
Merge of scalable printing code fix... Needs testing.
Jeremy.
(This used to be commit d030df76439c72825d68410211e62090438cef54)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbcontrol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index 5401755376..7c292dd521 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -360,7 +360,9 @@ static BOOL do_command(char *dest, char *msg_name, int iparams, char **params) break; /* Send a notification message to a printer */ + /* NB. None of these currently work due to changes in the printing notify mechanisms. */ +#if 0 case MSG_PRINTER_NOTIFY2: { char *cmd; @@ -462,6 +464,7 @@ static BOOL do_command(char *dest, char *msg_name, int iparams, char **params) break; } +#endif case MSG_SMB_FORCE_TDIS: if (!strequal(dest, "smbd")) { |