1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-04 16:58:42 +03:00

r17737: fixed a 'declaration in code' error

(This used to be commit aca417c6b164b54334cc46e126dd362ddab509d3)
This commit is contained in:
Andrew Tridgell 2006-08-23 02:51:40 +00:00 committed by Gerald (Jerry) Carter
parent 1f7a813199
commit 36cb569e9b

View File

@ -203,9 +203,10 @@ static void create_tdb(void)
static void open_tdb(void)
{
struct tdb_logging_context log_ctx;
char *tok = get_token(1);
log_ctx.log_fn = tdb_log;
char *tok = get_token(1);
if (!tok) {
help();
return;