mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
s4:lib/registry/util.c - Reintroduce "FIXME"s
Jelmer suggested to put them in again.
This commit is contained in:
parent
b0dd364cdd
commit
1aed373b11
@ -89,6 +89,7 @@ _PUBLIC_ char *reg_val_data_string(TALLOC_CTX *mem_ctx,
|
||||
/* FIXME: We don't support this yet */
|
||||
break;
|
||||
default:
|
||||
/* FIXME */
|
||||
/* Other datatypes aren't supported -> return "NULL" */
|
||||
break;
|
||||
}
|
||||
@ -156,6 +157,7 @@ _PUBLIC_ bool reg_string_to_val(TALLOC_CTX *mem_ctx,
|
||||
/* FIXME: We don't support this yet */
|
||||
return false;
|
||||
default:
|
||||
/* FIXME */
|
||||
/* Other datatypes aren't supported -> return no success */
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user