1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r959: - a static WERROR function should return a WERROR:-)

- some minor format fixes

metze
This commit is contained in:
Stefan Metzmacher 2004-06-01 07:23:51 +00:00 committed by Gerald (Jerry) Carter
parent f80d5dca12
commit 72d9c70fdd

View File

@ -1,7 +1,7 @@
/*
Unix SMB/CIFS implementation.
Registry interface
Copyright (C) Jelmer Vernooij 2004.
Copyright (C) Jelmer Vernooij 2004.
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
@ -88,7 +88,8 @@ static WERROR ldb_fetch_subkeys(REG_KEY *k, int *count, REG_KEY ***subkeys)
static WERROR ldb_get_hive(REG_HANDLE *h, int num, REG_KEY **key)
{
/* FIXME */
/* FIXME */
return WERR_FOOBAR;
}
static WERROR ldb_open_key(REG_HANDLE *h, int num, const char *name, REG_KEY **key)
@ -109,7 +110,7 @@ static WERROR ldb_open_key(REG_HANDLE *h, int num, const char *name, REG_KEY **k
ldb_search_free(c, msg);
talloc_destroy(mem_ctx);
return WERR_OK;;
return WERR_OK;
}
static struct registry_ops reg_backend_ldb = {