diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-27 16:34:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:51 -0500 |
commit | 14e25f10d6a3da34fb8b29c4331571efa11ee3b8 (patch) | |
tree | 7369abad85080ebb67627e264bfe00a7b3777f0c /source3/printing/printing.c | |
parent | f3c477c631e7318ccaa6f277731b721a462112b8 (diff) | |
download | samba-14e25f10d6a3da34fb8b29c4331571efa11ee3b8.tar.gz |
r23168: Move the lp_max_connections() into service.c.
(This used to be commit 4afe37d431b6eb475769a2057025da9aa8d1bb14)
Diffstat (limited to 'source3/printing/printing.c')
-rw-r--r-- | source3/printing/printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c index 780880cbe7e..3453598480c 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -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, + claim_connection( NULL, "smbd lpq backend", FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINT_GENERAL); if (!locking_init(0)) { |