diff options
| author | Federico Angelilli <code@fedang.net> | 2024-12-03 12:59:28 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-12-03 12:59:28 +0100 |
| commit | f139b5f479e2bb04dbd41d97906b2fd48a608f8b (patch) | |
| tree | eb762ff52205c06b6b3b0a2a29a825bb03a847e9 /src/blocks/fs.c | |
| parent | 5a133f95105a494b9c6131132dcde27305b32a05 (diff) | |
Define constraints
Diffstat (limited to 'src/blocks/fs.c')
| -rw-r--r-- | src/blocks/fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blocks/fs.c b/src/blocks/fs.c index 1f92776..f7feeeb 100644 --- a/src/blocks/fs.c +++ b/src/blocks/fs.c @@ -175,7 +175,7 @@ static int block_fs_validate(block_t *block, config_t *config) } static const config_entry_t block_fs_entries[] = { - { "path", CONFIG_STRING, NULL, offsetof(block_fs_t, path) }, + { "path", CONFIG_STRING, NULL, NULL, offsetof(block_fs_t, path) }, { 0 }, }; |
