summaryrefslogtreecommitdiff
path: root/source3/services
diff options
context:
space:
mode:
Diffstat (limited to 'source3/services')
-rw-r--r--source3/services/services_db.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c
index c296075c1f..bd34ad113c 100644
--- a/source3/services/services_db.c
+++ b/source3/services/services_db.c
@@ -617,9 +617,9 @@ done:
return ret;
}
-static const char *svcctl_get_string_value(TALLOC_CTX *ctx, const char *key_name,
- const char *value_name,
- struct security_token *token)
+const char *svcctl_get_string_value(TALLOC_CTX *ctx, const char *key_name,
+ const char *value_name,
+ struct security_token *token)
{
const char *result = NULL;
struct registry_key *key = NULL;