We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 1.2.1 CUPS.org User: twaugh.redhat
The 'localhost' fallback in httpAddrGetList() isn't working. Original bug report:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192628
Patch attached.
The text was updated successfully, but these errors were encountered:
CUPS.org User: mike
Fixed in Subversion repository.
Thanks!
Sorry, something went wrong.
"cups-localhost.patch":
--- cups-1.2.1/cups/http-addrlist.c.localhost 2006-05-24 16:55:15.000000000 +0100 +++ cups-1.2.1/cups/http-addrlist.c 2006-05-24 16:56:11.000000000 +0100 @@ -506,6 +506,9 @@ temp->addr.ipv6.sin6_addr.s6_addr32[3] = htonl(1);
if (!first)
first = temp;
@@ -527,6 +530,9 @@ temp->addr.ipv4.sin_port = htons(portnum); temp->addr.ipv4.sin_addr.s_addr = htonl(0x7f000001);
@@ -576,6 +585,9 @@ temp->addr.ipv4.sin_family = AF_INET; temp->addr.ipv4.sin_port = htons(portnum);
No branches or pull requests
Version: 1.2.1
CUPS.org User: twaugh.redhat
The 'localhost' fallback in httpAddrGetList() isn't working. Original bug report:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192628
Patch attached.
The text was updated successfully, but these errors were encountered: