From: mike Date: Mon, 21 Jan 2013 14:26:28 +0000 (+0000) Subject: Also "-u user" needs to use "Cancel-My-Jobs" operation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfabc2f8f44b8fdacc6f530d4cbb04509f45d001;p=thirdparty%2Fcups.git Also "-u user" needs to use "Cancel-My-Jobs" operation. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10832 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/systemv/cancel.c b/systemv/cancel.c index b4f7b56dc5..79c3001c4b 100644 --- a/systemv/cancel.c +++ b/systemv/cancel.c @@ -130,7 +130,7 @@ main(int argc, /* I - Number of command-line arguments */ break; case 'u' : /* Username */ - op = IPP_PURGE_JOBS; + op = IPP_CANCEL_MY_JOBS; if (argv[i][2] != '\0') user = argv[i] + 2;