]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/getdevices.c
Merge changes from CUPS 1.4svn-r8606.
[thirdparty/cups.git] / cups / getdevices.c
index 44500d3fcbb81f6bb9df621612627abe76ac1131..81f885912d40b4a373ae4064df46e68d54edce87 100644 (file)
@@ -134,7 +134,10 @@ cupsGetDevices(
        if (!cupsDoAuthentication(http, "POST", "/"))
          httpReconnect(http);
        else
+       {
+         status = HTTP_AUTHORIZATION_CANCELED;
          break;
+       }
       }
 
 #ifdef HAVE_SSL