diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-06 13:10:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-06 13:10:06 +0000 |
commit | 404f14fb36577ee182fd8a928e6cb7b374e4ecb9 (patch) | |
tree | 980f944f086c8810ed25106b2089b836f80950e1 /source3/smbd/reply.c | |
parent | fff618aeb4142773ff388ac9b52d127a510c6690 (diff) | |
download | samba-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/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 2 |
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 { /* |