]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Back out unintended change.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 15 Nov 2012 21:01:56 +0000 (21:01 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 15 Nov 2012 21:01:56 +0000 (21:01 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10701 7a7537e8-13f0-0310-91df-b6672ffda945

backend/ipp.c

index ad0a1263dfe07873f6052e2e1b3dc10199c5821b..c71883a640f527ca3b3f05c51390c96b40528849 100644 (file)
@@ -1352,8 +1352,7 @@ main(int  argc,                           /* I - Number of command-line args */
     monitor.job_name = print_job_name;
   }
 
-  if (0)
-    _cupsThreadCreate((_cups_thread_func_t)monitor_printer, &monitor);
+  _cupsThreadCreate((_cups_thread_func_t)monitor_printer, &monitor);
 
  /*
   * Validate access to the printer...