git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f8ae6e
)
Make this error match Win2k.
author
Andrew Bartlett
<abartlet@samba.org>
Fri, 11 Jan 2002 07:48:55 +0000
(07:48 +0000)
committer
Andrew Bartlett
<abartlet@samba.org>
Fri, 11 Jan 2002 07:48:55 +0000
(07:48 +0000)
(This used to be commit
490d3aaf20f04d04c91c4748896d7a021581a229
)
source3/smbd/service.c
patch
|
blob
|
history
diff --git
a/source3/smbd/service.c
b/source3/smbd/service.c
index 49fbee2607d594145830584ca4b5be3dcea43ab7..8218ca2dc51c82e7df693cba132e15c24b06b5a2 100644
(file)
--- 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;
}