s3:registry: add a comment header for the delete_subkey set of commands.
authorMichael Adam <obnox@samba.org>
Thu, 9 Jul 2009 08:54:18 +0000 (10:54 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 15 Jul 2009 12:01:55 +0000 (14:01 +0200)
Michael

source3/registry/reg_backend_db.c

index f60ee1f7a6f2be06b0e0e635933193f64ebb3e7d..8cd79b15b20b20297c3456229edf3a2a7d0a2a61 100644 (file)
@@ -1015,6 +1015,10 @@ done:
        return werr;
 }
 
        return werr;
 }
 
+/**
+ * create a subkey of a given key
+ */
+
 static WERROR regdb_delete_subkey(const char *key, const char *subkey)
 {
        WERROR werr;
 static WERROR regdb_delete_subkey(const char *key, const char *subkey)
 {
        WERROR werr;