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:
parent
a4c6884f43
commit
df62c80e1d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user