From 8b48212245a7fc5ccb3d3f60d0cd6ee5c02ba340 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 31 Mar 2003 02:30:49 +0000 Subject: NT4 is particularly fussy about getting this right. Andrew Bartlett (This used to be commit 055a499afb0cab87529f3f991765af95f11cc364) --- source3/smbd/reply.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 70f5e0aba2..c4e95b7562 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -292,7 +292,6 @@ int reply_tcon_and_X(connection_struct *conn, char *inbuf,char *outbuf,int lengt STR_TERMINATE|STR_ASCII); p += srvstr_push(outbuf, p, fsname, -1, STR_TERMINATE); - p = smb_buf(outbuf); set_message_end(outbuf,p); /* what does setting this bit do? It is set by NT4 and -- cgit