diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-04 18:08:16 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-05 11:06:25 +0200 |
commit | c89b55b5736db5a78ab5949c762afd281e707256 (patch) | |
tree | dbad8e32870706ece631c336bf60e251210228cd /source3 | |
parent | 2d7cce6b7c0e38a8eb3ecdd9972ba25138f1845e (diff) | |
download | samba-c89b55b5736db5a78ab5949c762afd281e707256.tar.gz samba-c89b55b5736db5a78ab5949c762afd281e707256.tar.bz2 samba-c89b55b5736db5a78ab5949c762afd281e707256.zip |
s3: Remove procid_self() from reply_negprot()
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/negprot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c index e6fc23adee..755d3d9718 100644 --- a/source3/smbd/negprot.c +++ b/source3/smbd/negprot.c @@ -665,7 +665,7 @@ void reply_negprot(struct smb_request *req) when the client connects to port 445. Of course there is a small window where we are listening to messages -- jerry */ - serverid_register(procid_self(), + serverid_register(sconn_server_id(sconn), FLAG_MSG_GENERAL|FLAG_MSG_SMBD |FLAG_MSG_PRINT_GENERAL); |