diff options
author | Jeremy Allison <jra@samba.org> | 2000-07-25 17:09:29 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-07-25 17:09:29 +0000 |
commit | fcbf69495784000861d432c13217702cc28884f8 (patch) | |
tree | d86360aff4267a94d9a697d3822946f5f18b253a /source3/smbd | |
parent | 5a5ef183799dd84ff453db849e929533e709fd0b (diff) | |
download | samba-fcbf69495784000861d432c13217702cc28884f8.tar.gz samba-fcbf69495784000861d432c13217702cc28884f8.tar.bz2 samba-fcbf69495784000861d432c13217702cc28884f8.zip |
Added some error checking and returns to the new 'move' code.
Jeremy.
(This used to be commit 0bd88d304cd773e0bbf3e6f7fedcb3b544d41cbe)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 19af1fdc3d..8aa7f7c9e4 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -3124,6 +3124,8 @@ int mkdir_internal(connection_struct *conn, char *inbuf, char *outbuf, pstring d } return(UNIXERROR(ERRDOS,ERRnoaccess)); } + + return ret; } /**************************************************************************** |