diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-05 04:33:52 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-05 04:33:52 +0000 |
commit | 19a7d460e4f3e87b0aefb2596bc80778bbb3f67a (patch) | |
tree | 98598cebaa238541737a8b193058d2b5660b1fd9 /source3/smbd | |
parent | 36cab08d37cba6143629987531319ca1b38051e6 (diff) | |
download | samba-19a7d460e4f3e87b0aefb2596bc80778bbb3f67a.tar.gz samba-19a7d460e4f3e87b0aefb2596bc80778bbb3f67a.tar.bz2 samba-19a7d460e4f3e87b0aefb2596bc80778bbb3f67a.zip |
We shouldn't add printing flag here.
Jeremy.
(This used to be commit f00102ba77d752bdf714fa83ac7fdc679e8d7f17)
Diffstat (limited to 'source3/smbd')
-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 263626dcc1..01e7df282c 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,"",0,True,FLAG_MSG_GENERAL|FLAG_MSG_SMBD|FLAG_MSG_PRINTING); + claim_connection(NULL,"",0,True,FLAG_MSG_GENERAL|FLAG_MSG_SMBD); already_got_session = True; break; |