summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-05-27 16:22:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:22:51 -0500
commitf3c477c631e7318ccaa6f277731b721a462112b8 (patch)
tree9b52288e5101dfac0e1ae4ca8ac3d22b48637952 /source3/smbd/server.c
parente5e33247ff9abe01a87bd7b8ebd050c549e2814f (diff)
downloadsamba-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/smbd/server.c')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 6746271c09..3a2895cfcb 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -1040,7 +1040,7 @@ extern void build_options(BOOL screen);
/* Setup the main smbd so that we can get messages. */
/* don't worry about general printing messages here */
- claim_connection(NULL,"",0,True,FLAG_MSG_GENERAL|FLAG_MSG_SMBD);
+ claim_connection(NULL,"",0,FLAG_MSG_GENERAL|FLAG_MSG_SMBD);
/* only start the background queue daemon if we are
running as a daemon -- bad things will happen if