mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Build: Fix typos which cause build failure
Pushed under build-breaker rules.
This commit is contained in:
parent
4c4c80df3f
commit
4ed43d62f1
@ -2078,11 +2078,11 @@ struct remote_connect_list_all_nwfilters_ret {
|
||||
} filters;
|
||||
u_int ret;
|
||||
};
|
||||
struct remote_list_all_secrets_args {
|
||||
struct remote_connect_list_all_secrets_args {
|
||||
int need_results;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_list_all_secrets_ret {
|
||||
struct remote_connect_list_all_secrets_ret {
|
||||
struct {
|
||||
u_int secrets_len;
|
||||
remote_nonnull_secret * secrets_val;
|
||||
|
Loading…
Reference in New Issue
Block a user