diff options
Diffstat (limited to 'source3/services')
-rw-r--r-- | source3/services/services_db.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c index c296075c1f2..bd34ad113c5 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; |