1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3: Remove smbd_server_fd from reply_special

This commit is contained in:
Volker Lendecke 2010-08-14 23:12:46 +02:00
parent 7a1c32c98a
commit 0e12c216dc

View File

@ -573,7 +573,7 @@ void reply_special(struct smbd_server_connection *sconn, char *inbuf)
DEBUG(5,("init msg_type=0x%x msg_flags=0x%x\n",
msg_type, msg_flags));
srv_send_smb(smbd_server_fd(), outbuf, false, 0, false, NULL);
srv_send_smb(sconn->sock, outbuf, false, 0, false, NULL);
return;
}