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:
parent
1f7a813199
commit
36cb569e9b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user