]> andersk Git - moira.git/blobdiff - gen/print.pc
Fix a case where we could use the value of "status" before we've
[moira.git] / gen / print.pc
index 63aef35731f4e93509025908fe75b4bda1e0bda8..560261e793c73476e7e7354b2019455b8926e669 100644 (file)
@@ -219,7 +219,7 @@ void do_host(char *host)
   fprintf(out, "ACCEPT SERVICE=M AUTH=USER,FWD AUTHJOB AUTHSAMEUSER\n\n");
 
   fprintf(out, "# Reject unauthentic print/lprm requests to authenticated queues\n");
-  fprintf(out, "REJECT SERVICE=R,M NOT AUTH"
+  fprintf(out, "REJECT SERVICE=R,M NOT AUTH "
          "PRINTER=</var/spool/printer/queues.secure\n\n");
 
   fprintf(out, "# Reject unauthentic print requests from off MITnet\n");
This page took 0.062108 seconds and 4 git commands to generate.