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 | 0bd88d304cd773e0bbf3e6f7fedcb3b544d41cbe (patch) | |
tree | 1e60a6a0740e1e7f6ce572a29746afc5187be07f /source/smbd/reply.c | |
parent | ac0a145acc0953a6f362497abbf4dfe70aa522a6 (diff) | |
download | samba-0bd88d304cd773e0bbf3e6f7fedcb3b544d41cbe.tar.gz samba-0bd88d304cd773e0bbf3e6f7fedcb3b544d41cbe.tar.xz samba-0bd88d304cd773e0bbf3e6f7fedcb3b544d41cbe.zip |
Added some error checking and returns to the new 'move' code.
Jeremy.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r-- | source/smbd/reply.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 19af1fdc3d3..8aa7f7c9e4f 100644 --- a/source/smbd/reply.c +++ b/source/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; } /**************************************************************************** |