summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-06 13:10:06 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-06 13:10:06 +0000
commit404f14fb36577ee182fd8a928e6cb7b374e4ecb9 (patch)
tree980f944f086c8810ed25106b2089b836f80950e1 /source3/smbd
parentfff618aeb4142773ff388ac9b52d127a510c6690 (diff)
downloadsamba-404f14fb36577ee182fd8a928e6cb7b374e4ecb9.tar.gz
samba-404f14fb36577ee182fd8a928e6cb7b374e4ecb9.tar.bz2
samba-404f14fb36577ee182fd8a928e6cb7b374e4ecb9.zip
implemented unix semantics for rename in smbwrapper
(This used to be commit a5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 12a39589d6..6dfff54a0f 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -3210,7 +3210,7 @@ int rename_internals(connection_struct *conn,
if (!count) exists = file_exist(directory,NULL);
if (!count && exists && file_exist(newname,NULL)) {
exists = True;
- error = 183;
+ error = ERRrename;
}
} else {
/*