From 0e12c216dcf2fccccd6b38dfbe532bfa2593ae79 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 14 Aug 2010 23:12:46 +0200 Subject: s3: Remove smbd_server_fd from reply_special --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index ed6d3bc902..5fe8403e39 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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; } -- cgit