r23167: Remove an unused parameter
[samba.git] / source / printing / printing.c
index 6101f9a0f59a9e4bbaf1a5076abc4bcf877cbf51..780880cbe7e230876b7a084b3f63088fc7b5bbf9 100644 (file)
@@ -1396,7 +1396,7 @@ void start_background_queue(void)
                /* Child. */
                DEBUG(5,("start_background_queue: background LPQ thread started\n"));
 
-               claim_connection( NULL, "smbd lpq backend", 0, False, 
+               claim_connection( NULL, "smbd lpq backend", 0, 
                        FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINT_GENERAL);
 
                if (!locking_init(0)) {