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

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