-
Notifications
You must be signed in to change notification settings - Fork 469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locations containing a number sign (#) doesn't load on startup #2254
Comments
CUPS.org User: mike Fixed in Subversion repository. |
"str2254.patch": Index: cups/file.c--- cups/file.c (revision 6310) *value = NULL;
/* if (printer->info)
if (printer->location)
Index: scheduler/classes.c--- scheduler/classes.c (revision 6310)
/* if (pclass->info)
if (pclass->location)
if (pclass->state == IPP_PRINTER_STOPPED) |
Version: 1.2-current
CUPS.org User: krumboeck
Hi!
We set this locations with lpadmin. Sadly this only works as long you don't restart CUPS. All location strings will be truncted by the number sign.
lpadmin should reject or correctly encode this character.
Maybe other fields are also affected, but we don't tried it.
best regards!
Bernd
The text was updated successfully, but these errors were encountered: