summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-14 12:03:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:21 -0500
commit184eb775ffdd6f8afa8822a889b754e5e7050e45 (patch)
tree726566024143018ea0541f91854567f3e9882d32 /source3/locking
parent6090601c8b6abde1642906351d1dd9bb41e576b6 (diff)
downloadsamba-184eb775ffdd6f8afa8822a889b754e5e7050e45.tar.gz
samba-184eb775ffdd6f8afa8822a889b754e5e7050e45.tar.bz2
samba-184eb775ffdd6f8afa8822a889b754e5e7050e45.zip
r23486: Ok, this time with a hopefully successful make test in the right place:
Remove two local variables (This used to be commit 575e594e936c3cb197945063309f0b424dcdefc8)
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/locking.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index 47566e0393..8070f4b9b3 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -844,10 +844,6 @@ BOOL rename_share_filename(struct messaging_context *msg_ctx,
char *frm = NULL;
int i;
- if (!lck) {
- return False;
- }
-
DEBUG(10, ("rename_share_filename: servicepath %s newname %s\n",
servicepath, newname));