diff options
author | Vincent Untz <vuntz@novell.com> | 2008-11-21 00:41:10 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@novell.com> | 2008-11-21 00:41:10 +0100 |
commit | 5d4ef2f827e83abbd59c16b31d2ee0a76dc44b86 (patch) | |
tree | a81ed9a5d3745a92e908ebe6815b95411f23596f | |
parent | 0045b8483c9a55ff46c9a5b994b58f6157a46803 (diff) |
Fix check for remote hplip.
-rw-r--r-- | src/cups.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1541,6 +1541,7 @@ cph_cups_is_printer_uri_local (const char *uri) buf = strchr (lower_uri, '?'); while (buf) { + buf++; if (g_str_has_prefix (buf, "ip=")) break; buf = strchr (buf, '&'); |