summaryrefslogtreecommitdiffstats
path: root/source/smbd
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-11 07:48:55 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-11 07:48:55 +0000
commit490d3aaf20f04d04c91c4748896d7a021581a229 (patch)
tree57f10a1110887239834321681e21fb9f8241ba3e /source/smbd
parentd7fca1806a304cb6eeecfe34d6c5c012c745114f (diff)
downloadsamba-490d3aaf20f04d04c91c4748896d7a021581a229.tar.gz
samba-490d3aaf20f04d04c91c4748896d7a021581a229.tar.xz
samba-490d3aaf20f04d04c91c4748896d7a021581a229.zip
Make this error match Win2k.
Diffstat (limited to 'source/smbd')
-rw-r--r--source/smbd/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/service.c b/source/smbd/service.c
index 49fbee2607d..8218ca2dc51 100644
--- a/source/smbd/service.c
+++ b/source/smbd/service.c
@@ -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;
}