rpc: Fix name of member in remote_protocol-structs
Commit 7a99b0abafb69e1686198ac3473892a9aaeb8255 adds a new RPC struct but one of the members has different names in remote_protocol.x and remote_protocol-struct breaking make check.
This commit is contained in:
parent
2a72e54c95
commit
24f03aa8e4
@ -981,7 +981,7 @@ struct remote_network_update_args {
|
|||||||
remote_nonnull_network net;
|
remote_nonnull_network net;
|
||||||
u_int command;
|
u_int command;
|
||||||
u_int section;
|
u_int section;
|
||||||
int index;
|
int parentIndex;
|
||||||
remote_nonnull_string xml;
|
remote_nonnull_string xml;
|
||||||
u_int flags;
|
u_int flags;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user