]> arthur.barton.de Git - netatalk.git/commitdiff
delete spoolfile after print, uncomment forgotten unlink
authorbfernhomberg <bfernhomberg>
Wed, 9 Jun 2004 02:24:47 +0000 (02:24 +0000)
committerbfernhomberg <bfernhomberg>
Wed, 9 Jun 2004 02:24:47 +0000 (02:24 +0000)
etc/papd/lp.c

index 6f978a1409904727102b046ddad053a1838f88ab..457fe099b1effe52485e3a7ebe95149f30e9e37f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: lp.c,v 1.14.8.3 2004-06-09 01:25:53 bfernhomberg Exp $
+ * $Id: lp.c,v 1.14.8.4 2004-06-09 02:24:47 bfernhomberg Exp $
  *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -844,7 +844,7 @@ int lp_print()
         }
 
        /*LOG(log_info, logtype_papd, "lp_print unlink %s", lp.lp_spoolfile );*/
-        //unlink ( lp.lp_spoolfile );
+        unlink ( lp.lp_spoolfile );
        return 0;
 #endif /* HAVE_CUPS*/
     }