mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r24672: Add dummy variable to prevent errors on some compilers.
(This used to be commit d3b1acce11
)
This commit is contained in:
parent
04e8c10f9e
commit
a8cbe81334
@ -36,11 +36,10 @@ struct adm_category {
|
||||
|
||||
struct adm_policy {
|
||||
struct adm_part *parts;
|
||||
|
||||
};
|
||||
|
||||
struct adm_part {
|
||||
|
||||
int dummy;
|
||||
};
|
||||
|
||||
struct adm_file *adm_read_file(const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user