summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/lanman.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c
index 300d9fb75f..fba850f69f 100644
--- a/source3/smbd/lanman.c
+++ b/source3/smbd/lanman.c
@@ -3382,15 +3382,6 @@ static bool api_PrintJobInfo(connection_struct *conn, uint16 vuid,
errcode = NERR_notsupported;
switch (function) {
- case 0x6:
- /* change job place in the queue,
- data gives the new place */
- place = SVAL(data,0);
- if (print_job_set_place(sharename, jobid, place)) {
- errcode=NERR_Success;
- }
- break;
-
case 0xb:
/* change print job name, data gives the name */
if (print_job_set_name(sharename, jobid, data)) {