diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-27 16:22:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:22:51 -0500 |
commit | f3c477c631e7318ccaa6f277731b721a462112b8 (patch) | |
tree | 9b52288e5101dfac0e1ae4ca8ac3d22b48637952 /source3/printing | |
parent | e5e33247ff9abe01a87bd7b8ebd050c549e2814f (diff) | |
download | samba-f3c477c631e7318ccaa6f277731b721a462112b8.tar.gz samba-f3c477c631e7318ccaa6f277731b721a462112b8.tar.bz2 samba-f3c477c631e7318ccaa6f277731b721a462112b8.zip |
r23167: Remove an unused parameter
(This used to be commit 3452a870d58cdddf03ddf6ee698bca8416e05cbf)
Diffstat (limited to 'source3/printing')
-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 6101f9a0f5..780880cbe7 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, False, + claim_connection( NULL, "smbd lpq backend", 0, FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINT_GENERAL); if (!locking_init(0)) { |