summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-07-25 17:09:29 +0000
committerJeremy Allison <jra@samba.org>2000-07-25 17:09:29 +0000
commitfcbf69495784000861d432c13217702cc28884f8 (patch)
treed86360aff4267a94d9a697d3822946f5f18b253a /source3/smbd/reply.c
parent5a5ef183799dd84ff453db849e929533e709fd0b (diff)
downloadsamba-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/reply.c')
-rw-r--r--source3/smbd/reply.c2
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;
}
/****************************************************************************