summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-24 20:10:20 +0200
committerVolker Lendecke <vl@samba.org>2010-08-24 21:06:41 +0200
commit1808dd0a854f0cf95718da28a9fc58134af04d83 (patch)
treeeb825053171250b440077aabb47a64a4cbf8aa31 /source3/smbd/pipes.c
parentaa830cde6a44187149c207085acdb75fe4e8e343 (diff)
downloadsamba-1808dd0a854f0cf95718da28a9fc58134af04d83.tar.gz
s3: Make srv_send_smb take an sconn instead of a sock fd
Diffstat (limited to 'source3/smbd/pipes.c')
-rw-r--r--source3/smbd/pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/pipes.c b/source3/smbd/pipes.c
index 8bdd8b22e3f..dfe8756a19c 100644
--- a/source3/smbd/pipes.c
+++ b/source3/smbd/pipes.c
@@ -240,7 +240,7 @@ static void pipe_write_done(struct tevent_req *subreq)
DEBUG(3,("write-IPC nwritten=%d\n", (int)nwritten));
send:
- if (!srv_send_smb(req->sconn->sock, (char *)req->outbuf,
+ if (!srv_send_smb(req->sconn, (char *)req->outbuf,
true, req->seqnum+1,
IS_CONN_ENCRYPTED(req->conn)||req->encrypted,
&req->pcd)) {