summaryrefslogtreecommitdiff
path: root/scheduler/ipp.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-05-25 21:05:19 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-05-25 21:05:19 -0400
commit42deee7eafbd93bca915c6b7f70da7a112aef3f2 (patch)
tree2375e73cfdb1c7a44e1c5a0e36cd4eb2c2e8c4ce /scheduler/ipp.c
parentb497414286c418fd0a3705834ea7029b9afddec2 (diff)
downloadcups-42deee7eafbd93bca915c6b7f70da7a112aef3f2.tar.gz
Clear the shared flag on local queues (Issue #5008)
Diffstat (limited to 'scheduler/ipp.c')
-rw-r--r--scheduler/ipp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scheduler/ipp.c b/scheduler/ipp.c
index 2525e58c3..7bc5e3945 100644
--- a/scheduler/ipp.c
+++ b/scheduler/ipp.c
@@ -5479,6 +5479,8 @@ create_local_printer(
return;
}
+ printer->shared = 0;
+
cupsdSetDeviceURI(printer, ippGetString(device_uri, 0, NULL));
if (printer_geo_location)