1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

use FSTYPE_STRING not "SAMBA" for filesystem type

This commit is contained in:
Andrew Tridgell -
parent a4c6884f43
commit df62c80e1d

View File

@ -308,7 +308,7 @@ int reply_tcon_and_X(char *inbuf,char *outbuf,int length,int bufsize)
}
else
{
char *fsname = "SAMBA";
char *fsname = FSTYPE_STRING;
char *p;
set_message(outbuf,3,3,True);