s3:services_db: remove the TALLOC_CTX argument from svcctl_set_secdesc
[amitay/samba.git] / source3 / services / services_db.c
index 50e54b6524008e32fa8ca7a8f5597e86f3ff463a..baac9d90d5ed86953c85534eaf2a9042a2c35ea5 100644 (file)
@@ -574,7 +574,8 @@ done:
  Wrapper to make storing a Service sd easier
 ********************************************************************/
 
-bool svcctl_set_secdesc( TALLOC_CTX *ctx, const char *name, struct security_descriptor *sec_desc, struct security_token *token )
+bool svcctl_set_secdesc(const char *name, struct security_descriptor *sec_desc,
+                       struct security_token *token)
 {
        struct registry_key *key = NULL;
        WERROR wresult;