diff options
-rw-r--r-- | source3/lib/dbwrap/dbwrap_file.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/lib/dbwrap/dbwrap_file.c b/source3/lib/dbwrap/dbwrap_file.c index 2be7b98a7f..8e5bcd4f83 100644 --- a/source3/lib/dbwrap/dbwrap_file.c +++ b/source3/lib/dbwrap/dbwrap_file.c @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. Database interface using a file per record Copyright (C) Volker Lendecke 2005 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -254,7 +254,7 @@ static int db_file_traverse(struct db_context *db, struct db_file_ctx *ctx = talloc_get_type_abort(db->private_data, struct db_file_ctx); TALLOC_CTX *mem_ctx = talloc_init("traversal %s\n", ctx->dirname); - + int i; int count = 0; |