From 175ec3ed518704920c7c55b050ec1cc00da7f560 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 29 Jan 2005 10:05:46 +0000 Subject: [PATCH] r5098: Next round build-fixing --- source/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,"*");