mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 02:19:20 +00:00
Permit an empty username which is useful for browsing.
This commit is contained in:
parent
3c30400408
commit
994ad1809e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103529
@ -61,8 +61,12 @@ smb_usr_vc2spec(struct smbioc_ossn *dp, struct smb_vcspec *spec)
|
||||
int flags = 0;
|
||||
|
||||
bzero(spec, sizeof(*spec));
|
||||
|
||||
#ifdef NETSMB_NO_ANON_USER
|
||||
if (dp->ioc_user[0] == 0)
|
||||
return EINVAL;
|
||||
#endif
|
||||
|
||||
if (dp->ioc_server == NULL)
|
||||
return EINVAL;
|
||||
if (dp->ioc_localcs[0] == 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user