]> andersk Git - moira.git/commitdiff
Yet more tweaking.
authorzacheiss <zacheiss>
Mon, 3 Nov 2008 21:25:34 +0000 (21:25 +0000)
committerzacheiss <zacheiss>
Mon, 3 Nov 2008 21:25:34 +0000 (21:25 +0000)
gen/cups-print.pc

index 5e315fe254c474c353d7d04f35665174908ffc6d..3bae7f1ff32e981e616d035ab2cd032e8d11878a 100644 (file)
@@ -407,8 +407,8 @@ void do_host(char *host)
       fprintf (out, "Allow from all\n");
       fprintf (out, "AuthType None\n");
       fprintf (out, "</Limit>\n");
-      fprintf (out, "AuthType None\n");
       fprintf (out, "%s\n", catchall);
+      fprintf (out, "AuthType None\n");
       fprintf (out, "Order deny,allow\n");
       fprintf (out, "Allow from all\n");
       fprintf (out, "</Limit>\n");
This page took 0.057588 seconds and 5 git commands to generate.