1
0
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:
Andrew Bartlett -
parent d7fca1806a
commit 490d3aaf20

View File

@ -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;
}