]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/lpd.c
Import CUPS 1.4svn-r7585.
[thirdparty/cups.git] / backend / lpd.c
index 8f173d27bb10d39d6580f4a5e8778b7271729aff..e8233ab289ceefebb67b17f2179b5749b5804c05 100644 (file)
@@ -188,7 +188,7 @@ main(int  argc,                             /* I - Number of command-line arguments (6 or 7) */
   * Extract the hostname and printer name from the URI...
   */
 
-  httpSeparateURI(HTTP_URI_CODING_ALL, backendResolveURI(argv),
+  httpSeparateURI(HTTP_URI_CODING_ALL, cupsBackendDeviceURI(argv),
                   method, sizeof(method), username, sizeof(username),
                  hostname, sizeof(hostname), &port,
                  resource, sizeof(resource));