diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c | 2 | ||||
-rw-r--r-- | source4/lib/registry/tools/regpatch.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c b/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c index 36feaff907..ee9f8bf24f 100644 --- a/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c +++ b/source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c @@ -1438,7 +1438,7 @@ static uint_t nt_store_security(REG_HANDLE *regf, KEY_SEC_DESC *sec) * means making one pass over each structure and figuring it out */ -//FIXME size = sec_desc_size(sec->sec_desc); +/* FIXME size = sec_desc_size(sec->sec_desc); */ /* Allocate that much space */ diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c index af869d1cfa..7eddea2b93 100644 --- a/source4/lib/registry/tools/regpatch.c +++ b/source4/lib/registry/tools/regpatch.c @@ -648,7 +648,7 @@ static CMD_FILE *cmd_file_create(const char *file) * We pass a table of command callbacks for that */ -//FIXME +/* FIXME */ /* * Main code from here on ... |