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

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