summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-03-20 18:13:27 +0000
committerVolker Lendecke <vlendec@samba.org>2003-03-20 18:13:27 +0000
commit70788c30fb6503a94d83d36eec3dd51a8700c4be (patch)
tree7e02ab8eef1197564ba36ea225ca7475c45d957d /source3/smbd
parent0b72dd8325bc5c78de56039942acc175d28042a7 (diff)
downloadsamba-70788c30fb6503a94d83d36eec3dd51a8700c4be.tar.gz
samba-70788c30fb6503a94d83d36eec3dd51a8700c4be.tar.bz2
samba-70788c30fb6503a94d83d36eec3dd51a8700c4be.zip
Merge from HEAD
(This used to be commit d59a7bea6b22a4c3e6cacd1a4c5ee95f42b13a26)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 775b617df5..7990585ef4 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -276,7 +276,7 @@ int reply_tcon_and_X(connection_struct *conn, char *inbuf,char *outbuf,int lengt
set_message(outbuf,3,0,True);
p = smb_buf(outbuf);
- p += srvstr_push(outbuf, p, devicename, -1,
+ p += srvstr_push(outbuf, p, IS_IPC(conn) ? "IPC" : devicename, -1,
STR_TERMINATE|STR_ASCII);
p += srvstr_push(outbuf, p, fsname, -1,
STR_TERMINATE);