1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3: Remove procid_self() from reply_negprot()

This commit is contained in:
Volker Lendecke 2010-07-04 18:08:16 +02:00
parent 2d7cce6b7c
commit c89b55b573

View File

@ -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);