mirror of
https://github.com/samba-team/samba.git
synced 2025-02-14 01:57:53 +03:00
Make this error match Win2k.
This commit is contained in:
parent
d7fca1806a
commit
490d3aaf20
@ -352,7 +352,7 @@ connection_struct *make_connection(char *service, DATA_BLOB password,
|
||||
|
||||
DEBUG(0,("%s (%s) couldn't find service %s\n",
|
||||
remote_machine, client_addr(), service));
|
||||
*status = NT_STATUS_BAD_NETWORK_PATH;
|
||||
*status = NT_STATUS_BAD_NETWORK_NAME;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user