Blame SOURCES/0001-cgi-bin-ipp-var.c-Use-guest-user-for-Move-Job-when-n.patch

939041
diff --git a/cgi-bin/ipp-var.c b/cgi-bin/ipp-var.c
939041
index 92f1501..7edc058 100644
939041
--- a/cgi-bin/ipp-var.c
939041
+++ b/cgi-bin/ipp-var.c
939041
@@ -275,10 +275,7 @@ cgiMoveJobs(http_t     *http,		/* I - Connection to server */
939041
   */
939041
 
939041
   if ((user = getenv("REMOTE_USER")) == NULL)
939041
-  {
939041
-    puts("Status: 401\n");
939041
-    exit(0);
939041
-  }
939041
+    user = "guest";
939041
 
939041
  /*
939041
   * See if the user has already selected a new destination...