2f721cea89
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cups#d1b1c28d68dd50f836a2011fe57edd27461bc5e5
14 lines
317 B
Diff
14 lines
317 B
Diff
diff --git a/cgi-bin/admin.c b/cgi-bin/admin.c
|
|
index a87e6be..4600d33 100644
|
|
--- a/cgi-bin/admin.c
|
|
+++ b/cgi-bin/admin.c
|
|
@@ -974,6 +974,8 @@ do_am_printer(http_t *http, /* I - HTTP connection */
|
|
|
|
cgiSetVariable("TEMPLATE_NAME", template);
|
|
}
|
|
+
|
|
+ cgiSetVariable("DEVICE_URI", var);
|
|
}
|
|
}
|
|
|