diff options
author | Shirish Kalele <kalele@samba.org> | 2000-03-10 22:53:36 +0000 |
---|---|---|
committer | Shirish Kalele <kalele@samba.org> | 2000-03-10 22:53:36 +0000 |
commit | 0307b23a31e23649493c4bcc21134d275c0d6293 (patch) | |
tree | 65b47b26af087b0c161396a5a0e8974faa547ee5 /source3/msdfs | |
parent | d56e3425a1a00f6f4de770967d34680ebebc286e (diff) | |
download | samba-0307b23a31e23649493c4bcc21134d275c0d6293.tar.gz samba-0307b23a31e23649493c4bcc21134d275c0d6293.tar.bz2 samba-0307b23a31e23649493c4bcc21134d275c0d6293.zip |
Cleaning up the warnings from configure.developer.
Found that Jeremy had already made some of the changes.
(This used to be commit ca02d9f8219265f80fe11236c8c146db1dbb1ae2)
Diffstat (limited to 'source3/msdfs')
-rw-r--r-- | source3/msdfs/msdfs_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |