diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-09-10 12:14:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-09-10 12:14:18 +0000 |
commit | b12a4dd9b655485420d5c67dd143d8f49ac28a40 (patch) | |
tree | f3287d94613da998004ba84180c9e4318b91c1d7 /source3/torture/locktest2.c | |
parent | 162e975514d71d98b42df579ab561da51a095e7b (diff) | |
download | samba-b12a4dd9b655485420d5c67dd143d8f49ac28a40.tar.gz |
declare dbf in one spot
(This used to be commit f41c3bb80f1e498a9d27f6e236b0ff3a742764c9)
Diffstat (limited to 'source3/torture/locktest2.c')
-rw-r--r-- | source3/torture/locktest2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/locktest2.c b/source3/torture/locktest2.c index 899310933fc..d0808da6381 100644 --- a/source3/torture/locktest2.c +++ b/source3/torture/locktest2.c @@ -533,7 +533,6 @@ static void usage(void) char *share1, *share2, *nfspath1, *nfspath2; extern char *optarg; extern int optind; - extern XFILE *dbf; int opt; char *p; int seed; |