s3: Remove smbd_server_fd from reply_special
authorVolker Lendecke <vl@samba.org>
Sat, 14 Aug 2010 21:12:46 +0000 (23:12 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 16 Aug 2010 20:39:17 +0000 (22:39 +0200)
source3/smbd/reply.c

index ed6d3bc9021484ed92aff356b22d0e433156bb67..5fe8403e39ba06f3068f236ee36dc0758dc767ef 100644 (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;
 }