From 2b7002f38571a920244d9ad309c606caaf2c0411 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 27 Apr 2010 19:30:49 +0200 Subject: s3-lanman: remove unsupported print_job_set_place(). Guenther --- source3/smbd/lanman.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/smbd') 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)) { -- cgit