summaryrefslogtreecommitdiff
path: root/source3
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
commitb322fc3b269de783e2f6bb4b08109ceda89ac932 (patch)
tree14e096b0a595d436d308549f3cc0f61b307759bd /source3
parent7f8ae6e35c2733c0560d73266dc5d7c589b9a143 (diff)
downloadsamba-b322fc3b269de783e2f6bb4b08109ceda89ac932.tar.gz
samba-b322fc3b269de783e2f6bb4b08109ceda89ac932.tar.bz2
samba-b322fc3b269de783e2f6bb4b08109ceda89ac932.zip
Make this error match Win2k.
(This used to be commit 490d3aaf20f04d04c91c4748896d7a021581a229)
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index 49fbee2607..8218ca2dc5 100644
--- a/source3/smbd/service.c
+++ b/source3/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;
}