]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Also "-u user" needs to use "Cancel-My-Jobs" operation.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 21 Jan 2013 14:26:28 +0000 (14:26 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 21 Jan 2013 14:26:28 +0000 (14:26 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10832 7a7537e8-13f0-0310-91df-b6672ffda945

systemv/cancel.c

index b4f7b56dc5f5083c6a3519f50d67defba14025b9..79c3001c4b4c377c510e72ea7d835d54dadefa4f 100644 (file)
@@ -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;