summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-01-29 10:05:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:15 -0500
commit175ec3ed518704920c7c55b050ec1cc00da7f560 (patch)
treed3396b90b1e2046048cb0ba082abe100c3a53bc2 /source/smbd/reply.c
parent5f34139b68460f6fb1046e2b97f16dbeff3fb136 (diff)
downloadsamba-175ec3ed518704920c7c55b050ec1cc00da7f560.tar.gz
samba-175ec3ed518704920c7c55b050ec1cc00da7f560.tar.xz
samba-175ec3ed518704920c7c55b050ec1cc00da7f560.zip
r5098: Next round build-fixing
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r--source/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 85e66d5971f..81e579e97c1 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -1616,8 +1616,8 @@ NTSTATUS unlink_internals(connection_struct *conn, int dirtype, char *name)
*/
if (dirptr) {
- error = NT_STATUS_NO_SUCH_FILE;
long offset = 0;
+ error = NT_STATUS_NO_SUCH_FILE;
if (strequal(mask,"????????.???"))
pstrcpy(mask,"*");