mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
Use c99 struct initializers for REGISTRY_OPS in reg_shares.c
Michael (This used to be commit 2c4dfd7aaa3c3b384b547451f914a86f59157928)
This commit is contained in:
parent
15015b7490
commit
cb1e0de56f
@ -155,11 +155,10 @@ static bool shares_store_value( const char *key, REGVAL_CTR *val )
|
||||
*/
|
||||
|
||||
REGISTRY_OPS shares_reg_ops = {
|
||||
shares_subkey_info,
|
||||
shares_value_info,
|
||||
shares_store_subkey,
|
||||
shares_store_value,
|
||||
NULL, NULL, NULL, NULL, NULL
|
||||
.fetch_subkeys = shares_subkey_info,
|
||||
.fetch_values = shares_value_info,
|
||||
.store_subkeys = shares_store_subkey,
|
||||
.store_values = shares_store_value,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user