diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-03-31 02:30:49 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-03-31 02:30:49 +0000 |
commit | 8b48212245a7fc5ccb3d3f60d0cd6ee5c02ba340 (patch) | |
tree | 6784ff770f30dd406b003b033eb70a9d811eb684 | |
parent | 4b664cfccbb5defa1088e897b012b939c3d99ca9 (diff) | |
download | samba-8b48212245a7fc5ccb3d3f60d0cd6ee5c02ba340.tar.gz samba-8b48212245a7fc5ccb3d3f60d0cd6ee5c02ba340.tar.xz samba-8b48212245a7fc5ccb3d3f60d0cd6ee5c02ba340.zip |
NT4 is particularly fussy about getting this right.
Andrew Bartlett
(This used to be commit 055a499afb0cab87529f3f991765af95f11cc364)
-rw-r--r-- | source3/smbd/reply.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |