diff options
-rw-r--r-- | source3/libnet/libnet_conf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 8bc5161268..dcaa7689b3 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -24,9 +24,10 @@ * Open a subkey of KEY_SMBCONF (i.e a service) * - variant without error output (q = quiet)- */ -WERROR libnet_smbconf_open_path_q(TALLOC_CTX *ctx, const char *subkeyname, - uint32 desired_access, - struct registry_key **key) +static WERROR libnet_smbconf_open_path_q(TALLOC_CTX *ctx, + const char *subkeyname, + uint32 desired_access, + struct registry_key **key) { WERROR werr = WERR_OK; char *path = NULL; |