diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-04 19:13:06 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-04 19:13:06 +0000 |
commit | a1aafce4dc69b4bc4967ce9b70550ee3ecfab43b (patch) | |
tree | cb9d0440971ec41211f7de1dc095b90469961d97 /source3/smbd/reply.c | |
parent | 65029365ba9e2df821a57173c7532e4cbc7b06e9 (diff) | |
download | samba-a1aafce4dc69b4bc4967ce9b70550ee3ecfab43b.tar.gz samba-a1aafce4dc69b4bc4967ce9b70550ee3ecfab43b.tar.xz samba-a1aafce4dc69b4bc4967ce9b70550ee3ecfab43b.zip |
Add bcast_msg_flags to connection struct. Allows sender to filter when
sending broadcast messages. Also initial cut-down of printing notify
messages (not yet finished).
Jeremy.
(This used to be commit aca333719695b278843c59e1c6eb07d6655fd59c)
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 010f0e47d3..263626dcc1 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -113,7 +113,7 @@ int reply_special(char *inbuf,char *outbuf) reload_services(True); reopen_logs(); - claim_connection(NULL,"",MAXSTATUS,True); + claim_connection(NULL,"",0,True,FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINTING); already_got_session = True; break; |