From 0307b23a31e23649493c4bcc21134d275c0d6293 Mon Sep 17 00:00:00 2001 From: Shirish Kalele Date: Fri, 10 Mar 2000 22:53:36 +0000 Subject: Cleaning up the warnings from configure.developer. Found that Jeremy had already made some of the changes. (This used to be commit ca02d9f8219265f80fe11236c8c146db1dbb1ae2) --- source3/msdfs/msdfs_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/msdfs') diff --git a/source3/msdfs/msdfs_tdb.c b/source3/msdfs/msdfs_tdb.c index 9ea5fe6641..2435d7ade7 100644 --- a/source3/msdfs/msdfs_tdb.c +++ b/source3/msdfs/msdfs_tdb.c @@ -252,7 +252,7 @@ void msdfs_close(void) void msdfs_end(void) { - pstring fname; + /* pstring fname; */ msdfs_close(); /* pstrcpy(fname,lock_path(MSDFS_TDB)); -- cgit