From 439c1524fba3b58abe9e353f9ff2bd7f103f3d12 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 6 Nov 2004 07:58:45 +0000 Subject: r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->generic ntvfs mapping code. (This used to be commit ed844192d7f7ed487290f719df65f256a5b0b9bc) --- source4/smb_server/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/smb_server/reply.c') diff --git a/source4/smb_server/reply.c b/source4/smb_server/reply.c index b0e5e8a8d8..9b3675aeac 100644 --- a/source4/smb_server/reply.c +++ b/source4/smb_server/reply.c @@ -596,7 +596,7 @@ static void reply_ctemp_send(struct smbsrv_request *req) SSVAL(req->out.vwv, VWV(0), oi->ctemp.out.fnum); /* the returned filename is relative to the directory */ - req_push_str(req, NULL, oi->ctemp.out.name, -1, STR_TERMINATE); + req_push_str(req, NULL, oi->ctemp.out.name, -1, STR_TERMINATE | STR_ASCII); req_send_reply(req); } -- cgit